Html Css Color HEX #36470D Turtle Green

📋 copy color: '#36470D'

red 54 ◦ green 71 ◦ blue 13

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

Shades of Turtle Green #36470D

Tints of Turtle Green #36470D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.42%

R = 39.13%
G = 51.45%
B = 9.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#36470D (or 0x36470D) is known color: Turtle Green. HEX triplet: 36, 47 and 0D. RGB value is (54,71,13). Sum of RGB (Red+Green+Blue) = 54+71+13=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #36470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36470D is #C9B8F2. Grayscale: #3B3B3B. Windows color (decimal): -13220083 or 870198. OLE color: 870198.

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

Color convert

RGB 54 71 13 -
CMYK 0.24 0 0.82 0.72
HSL 77.59º 0.69% 0.16% -
HSV(B) 77.59º 0.82% 0.28% -
XYZ 3.85 5.32 1.2 -
YUV 59.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 54 71 13 0.24 0 0.82 0.72 77.59 0.69 0.16
Hex 36 47 D 18 0 52 48 4E 45 10
Octal 66 107 15 30 0 122 110 116 105 20
Binary 110110 1000111 1101 11000 0 1010010 1001000 1001110 1000101 10000

Color Harmonies of #36470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36470D

Black with #36470D

Text Example


Text Example

White with #36470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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