Html Css Color HEX #36400D Turtle Green

📋 copy color: '#36400D'

red 54 ◦ green 64 ◦ blue 13

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

Shades of Turtle Green #36400D

Tints of Turtle Green #36400D

RGB

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

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

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

R = 41.22%
G = 48.85%
B = 9.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#36400D (or 0x36400D) is known color: Turtle Green. HEX triplet: 36, 40 and 0D. RGB value is (54,64,13). Sum of RGB (Red+Green+Blue) = 54+64+13=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #36400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36400D is #C9BFF2. Grayscale: #373737. Windows color (decimal): -13221875 or 868406. OLE color: 868406.

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

Color convert

RGB 54 64 13 -
CMYK 0.16 0 0.80 0.75
HSL 71.76º 0.66% 0.15% -
HSV(B) 71.76º 0.8% 0.25% -
XYZ 3.43 4.48 1.06 -
YUV 55.2 104.19 127.15 -
System Red Green Blue C M Y K H S L
Decimal 54 64 13 0.16 0 0.80 0.75 71.76 0.66 0.15
Hex 36 40 D 10 0 50 4B 48 42 F
Octal 66 100 15 20 0 120 113 110 102 17
Binary 110110 1000000 1101 10000 0 1010000 1001011 1001000 1000010 1111

Color Harmonies of #36400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36400D

Black with #36400D

Text Example


Text Example

White with #36400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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