Html Css Color HEX #36421D Turtle Green

📋 copy color: '#36421D'

red 54 ◦ green 66 ◦ blue 29

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

Shades of Turtle Green #36421D

Tints of Turtle Green #36421D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.46%

R = 36.24%
G = 44.3%
B = 19.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#36421D (or 0x36421D) is known color: Turtle Green. HEX triplet: 36, 42 and 1D. RGB value is (54,66,29). Sum of RGB (Red+Green+Blue) = 54+66+29=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #36421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36421D is #C9BDE2. Grayscale: #3A3A3A. Windows color (decimal): -13221347 or 1917494. OLE color: 1917494.

HSL color Cylindrical-coordinate representation of color #36421D: hue angle of 79.46º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36421D is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 66 29 -
CMYK 0.18 0 0.56 0.74
HSL 79.46º 0.39% 0.19% -
HSV(B) 79.46º 0.56% 0.26% -
XYZ 3.69 4.77 1.89 -
YUV 58.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 54 66 29 0.18 0 0.56 0.74 79.46 0.39 0.19
Hex 36 42 1D 12 0 38 4A 4F 27 13
Octal 66 102 35 22 0 70 112 117 47 23
Binary 110110 1000010 11101 10010 0 111000 1001010 1001111 100111 10011

Color Harmonies of #36421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36421D

Black with #36421D

Text Example


Text Example

White with #36421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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