Html Css Color HEX #36420B Turtle Green

📋 copy color: '#36420B'

red 54 ◦ green 66 ◦ blue 11

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

Shades of Turtle Green #36420B

Tints of Turtle Green #36420B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.4%

R = 41.22%
G = 50.38%
B = 8.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#36420B (or 0x36420B) is known color: Turtle Green. HEX triplet: 36, 42 and 0B. RGB value is (54,66,11). Sum of RGB (Red+Green+Blue) = 54+66+11=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #36420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36420B is #C9BDF4. Grayscale: #383838. Windows color (decimal): -13221365 or 737846. OLE color: 737846.

HSL color Cylindrical-coordinate representation of color #36420B: hue angle of 73.09º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36420B is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 66 11 -
CMYK 0.18 0 0.83 0.74
HSL 73.09º 0.71% 0.15% -
HSV(B) 73.09º 0.83% 0.26% -
XYZ 3.53 4.7 1.04 -
YUV 56.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 54 66 11 0.18 0 0.83 0.74 73.09 0.71 0.15
Hex 36 42 B 12 0 53 4A 49 47 F
Octal 66 102 13 22 0 123 112 111 107 17
Binary 110110 1000010 1011 10010 0 1010011 1001010 1001001 1000111 1111

Color Harmonies of #36420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36420B

Black with #36420B

Text Example


Text Example

White with #36420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36420B; }

 p { color: rgb(54,66,11); }

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

background-color css

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

 a { background-color: rgb(54,66,11); }

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

border-color css

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

 span { border-color: rgb(54,66,11); }

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