Html Css Color HEX #354205 Turtle Green

📋 copy color: '#354205'

red 53 ◦ green 66 ◦ blue 5

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

Shades of Turtle Green #354205

Tints of Turtle Green #354205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.03%

R = 42.74%
G = 53.23%
B = 4.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#354205 (or 0x354205) is known color: Turtle Green. HEX triplet: 35, 42 and 05. RGB value is (53,66,5). Sum of RGB (Red+Green+Blue) = 53+66+5=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #354205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354205 is #CABDFA. Grayscale: #373737. Windows color (decimal): -13286907 or 344629. OLE color: 344629.

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

Color convert

RGB 53 66 5 -
CMYK 0.20 0 0.92 0.74
HSL 72.79º 0.86% 0.14% -
HSV(B) 72.79º 0.92% 0.26% -
XYZ 3.44 4.66 0.86 -
YUV 55.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 53 66 5 0.20 0 0.92 0.74 72.79 0.86 0.14
Hex 35 42 5 14 0 5C 4A 49 56 E
Octal 65 102 5 24 0 134 112 111 126 16
Binary 110101 1000010 101 10100 0 1011100 1001010 1001001 1010110 1110

Color Harmonies of #354205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354205

Black with #354205

Text Example


Text Example

White with #354205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354205; }

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

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

background-color css

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

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

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

border-color css

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

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

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