Html Css Color HEX #354204 Turtle Green

📋 copy color: '#354204'

red 53 ◦ green 66 ◦ blue 4

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

Shades of Turtle Green #354204

Tints of Turtle Green #354204

RGB

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

 GREEN value IS 66 (26.17% from 255) = 53.66%

 BLUE value IS 4 (1.95% from 255) = 3.25%

R = 43.09%
G = 53.66%
B = 3.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#354204 (or 0x354204) is known color: Turtle Green. HEX triplet: 35, 42 and 04. RGB value is (53,66,4). Sum of RGB (Red+Green+Blue) = 53+66+4=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #354204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354204 is #CABDFB. Grayscale: #373737. Windows color (decimal): -13286908 or 279093. OLE color: 279093.

HSL color Cylindrical-coordinate representation of color #354204: hue angle of 72.58º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #354204 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 66 4 -
CMYK 0.20 0 0.94 0.74
HSL 72.58º 0.89% 0.14% -
HSV(B) 72.58º 0.94% 0.26% -
XYZ 3.44 4.66 0.83 -
YUV 55.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 53 66 4 0.20 0 0.94 0.74 72.58 0.89 0.14
Hex 35 42 4 14 0 5E 4A 49 59 E
Octal 65 102 4 24 0 136 112 111 131 16
Binary 110101 1000010 100 10100 0 1011110 1001010 1001001 1011001 1110

Color Harmonies of #354204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354204

Black with #354204

Text Example


Text Example

White with #354204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354204; }

 p { color: rgb(53,66,4); }

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

background-color css

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

 a { background-color: rgb(53,66,4); }

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

border-color css

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

 span { border-color: rgb(53,66,4); }

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