Html Css Color HEX #36400E Turtle Green

📋 copy color: '#36400E'

red 54 ◦ green 64 ◦ blue 14

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

Shades of Turtle Green #36400E

Tints of Turtle Green #36400E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.61%

R = 40.91%
G = 48.48%
B = 10.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#36400E (or 0x36400E) is known color: Turtle Green. HEX triplet: 36, 40 and 0E. RGB value is (54,64,14). Sum of RGB (Red+Green+Blue) = 54+64+14=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #36400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36400E is #C9BFF1. Grayscale: #373737. Windows color (decimal): -13221874 or 933942. OLE color: 933942.

HSL color Cylindrical-coordinate representation of color #36400E: hue angle of 72º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36400E is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 64 14 -
CMYK 0.16 0 0.78 0.75
HSL 72º 0.64% 0.15% -
HSV(B) 72º 0.78% 0.25% -
XYZ 3.43 4.48 1.1 -
YUV 55.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 54 64 14 0.16 0 0.78 0.75 72 0.64 0.15
Hex 36 40 E 10 0 4E 4B 48 40 F
Octal 66 100 16 20 0 116 113 110 100 17
Binary 110110 1000000 1110 10000 0 1001110 1001011 1001000 1000000 1111

Color Harmonies of #36400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36400E

Black with #36400E

Text Example


Text Example

White with #36400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36400E; }

 p { color: rgb(54,64,14); }

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

background-color css

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

 a { background-color: rgb(54,64,14); }

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

border-color css

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

 span { border-color: rgb(54,64,14); }

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