Html Css Color HEX #36421B Turtle Green

📋 copy color: '#36421B'

red 54 ◦ green 66 ◦ blue 27

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

Shades of Turtle Green #36421B

Tints of Turtle Green #36421B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.37%

R = 36.73%
G = 44.9%
B = 18.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#36421B (or 0x36421B) is known color: Turtle Green. HEX triplet: 36, 42 and 1B. RGB value is (54,66,27). Sum of RGB (Red+Green+Blue) = 54+66+27=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #36421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36421B is #C9BDE4. Grayscale: #3A3A3A. Windows color (decimal): -13221349 or 1786422. OLE color: 1786422.

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

Color convert

RGB 54 66 27 -
CMYK 0.18 0 0.59 0.74
HSL 78.46º 0.42% 0.18% -
HSV(B) 78.46º 0.59% 0.26% -
XYZ 3.67 4.76 1.76 -
YUV 57.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 54 66 27 0.18 0 0.59 0.74 78.46 0.42 0.18
Hex 36 42 1B 12 0 3B 4A 4E 2A 12
Octal 66 102 33 22 0 73 112 116 52 22
Binary 110110 1000010 11011 10010 0 111011 1001010 1001110 101010 10010

Color Harmonies of #36421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36421B

Black with #36421B

Text Example


Text Example

White with #36421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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