Html Css Color HEX #36470A Turtle Green

📋 copy color: '#36470A'

red 54 ◦ green 71 ◦ blue 10

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

Shades of Turtle Green #36470A

Tints of Turtle Green #36470A

RGB

 RED value IS 54 (21.48% from 255) = 40%

 GREEN value IS 71 (28.13% from 255) = 52.59%

 BLUE value IS 10 (4.3% from 255) = 7.41%

R = 40%
G = 52.59%
B = 7.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#36470A (or 0x36470A) is known color: Turtle Green. HEX triplet: 36, 47 and 0A. RGB value is (54,71,10). Sum of RGB (Red+Green+Blue) = 54+71+10=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #36470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36470A is #C9B8F5. Grayscale: #3B3B3B. Windows color (decimal): -13220086 or 673590. OLE color: 673590.

HSL color Cylindrical-coordinate representation of color #36470A: hue angle of 76.72º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36470A is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 54 71 10 -
CMYK 0.24 0 0.86 0.72
HSL 76.72º 0.75% 0.16% -
HSV(B) 76.72º 0.86% 0.28% -
XYZ 3.83 5.31 1.11 -
YUV 58.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 54 71 10 0.24 0 0.86 0.72 76.72 0.75 0.16
Hex 36 47 A 18 0 56 48 4D 4B 10
Octal 66 107 12 30 0 126 110 115 113 20
Binary 110110 1000111 1010 11000 0 1010110 1001000 1001101 1001011 10000

Color Harmonies of #36470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36470A

Black with #36470A

Text Example


Text Example

White with #36470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36470A; }

 p { color: rgb(54,71,10); }

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

background-color css

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

 a { background-color: rgb(54,71,10); }

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

border-color css

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

 span { border-color: rgb(54,71,10); }

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