Html Css Color HEX #355012 Turtle Green

📋 copy color: '#355012'

red 53 ◦ green 80 ◦ blue 18

#355012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #355012

Tints of Turtle Green #355012

RGB

 RED value IS 53 (21.09% from 255) = 35.1%

 GREEN value IS 80 (31.64% from 255) = 52.98%

 BLUE value IS 18 (7.42% from 255) = 11.92%

R = 35.1%
G = 52.98%
B = 11.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#355012 (or 0x355012) is known color: Turtle Green. HEX triplet: 35, 50 and 12. RGB value is (53,80,18). Sum of RGB (Red+Green+Blue) = 53+80+18=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #355012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355012 is #CAAFED. Grayscale: #414141. Windows color (decimal): -13283310 or 1200181. OLE color: 1200181.

HSL color Cylindrical-coordinate representation of color #355012: hue angle of 86.13º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #355012 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 80 18 -
CMYK 0.34 0 0.78 0.69
HSL 86.13º 0.63% 0.19% -
HSV(B) 86.13º 0.78% 0.31% -
XYZ 4.45 6.54 1.6 -
YUV 64.86 101.55 119.54 -
System Red Green Blue C M Y K H S L
Decimal 53 80 18 0.34 0 0.78 0.69 86.13 0.63 0.19
Hex 35 50 12 22 0 4E 45 56 3F 13
Octal 65 120 22 42 0 116 105 126 77 23
Binary 110101 1010000 10010 100010 0 1001110 1000101 1010110 111111 10011

Color Harmonies of #355012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355012

Black with #355012

Text Example


Text Example

White with #355012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355012; }

 p { color: rgb(53,80,18); }

 H1.HeaderClassName
 {
   color: #355012;
 }
 .AnyTagClassName
 {
   color: #355012;
 }
</style>

background-color css

<style>
 a { background-color: #355012; }

 a { background-color: rgb(53,80,18); }

 div.DivClassName
 {
   background-color: #355012;
 }
 .BgClassName
 {
   background-color: #355012;
 }
</style>

border-color css

<style>
 span { border-color: #355012; }

 span { border-color: rgb(53,80,18); }

 td.TdClassName
 {
   border-color: #355012;
 }
 .TagClassName
 {
   border-color: #355012;
 }
</style>