#36421B

Color #36421B Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #36421B

Tints of Turtle Green #36421B

Color information

#36421B (or 0x36421B) is unknown color: approx 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

RGB546627-
CMYK0.1800.590.74
HSL78.46º41.94%18.24%-
HSV(B)78.46º59.09%25.88%-
XYZ3.674.761.76-
YUV57.97110.52125.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 66 (26.17% from 255) = 44.90%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=36.73%
G=44.90%
B=18.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5466270.1800.590.7478.4641.9418.24
Hex36421B1203B4A4e2a12
Octal6610233220731121165222
Binary1101101000010110111001001110111001010100111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>