Html Css Color HEX #354006 Turtle Green

📋 copy color: '#354006'

red 53 ◦ green 64 ◦ blue 6

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

Shades of Turtle Green #354006

Tints of Turtle Green #354006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.03%

 BLUE value IS 6 (2.73% from 255) = 4.88%

R = 43.09%
G = 52.03%
B = 4.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#354006 (or 0x354006) is known color: Turtle Green. HEX triplet: 35, 40 and 06. RGB value is (53,64,6). Sum of RGB (Red+Green+Blue) = 53+64+6=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #354006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354006 is #CABFF9. Grayscale: #363636. Windows color (decimal): -13287418 or 409653. OLE color: 409653.

HSL color Cylindrical-coordinate representation of color #354006: hue angle of 71.38º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #354006 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 64 6 -
CMYK 0.17 0 0.91 0.75
HSL 71.38º 0.83% 0.14% -
HSV(B) 71.38º 0.91% 0.25% -
XYZ 3.33 4.44 0.85 -
YUV 54.1 100.86 127.22 -
System Red Green Blue C M Y K H S L
Decimal 53 64 6 0.17 0 0.91 0.75 71.38 0.83 0.14
Hex 35 40 6 11 0 5B 4B 47 53 E
Octal 65 100 6 21 0 133 113 107 123 16
Binary 110101 1000000 110 10001 0 1011011 1001011 1000111 1010011 1110

Color Harmonies of #354006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354006

Black with #354006

Text Example


Text Example

White with #354006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354006; }

 p { color: rgb(53,64,6); }

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

background-color css

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

 a { background-color: rgb(53,64,6); }

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

border-color css

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

 span { border-color: rgb(53,64,6); }

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