#36421A

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

Shades of Turtle Green #36421A

Tints of Turtle Green #36421A

Color information

#36421A (or 0x36421A) is unknown color: approx Turtle Green. HEX triplet: 36, 42 and 1A. RGB value is (54,66,26). Sum of RGB (Red+Green+Blue) = 54+66+26=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #36421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36421A is #C9BDE5. Grayscale: #3A3A3A. Windows color (decimal): -13221350 or 1720886. OLE color: 1720886.

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

Color convert

RGB546626-
CMYK0.1800.610.74
HSL78º43.48%18.04%-
HSV(B)78º60.61%25.88%-
XYZ3.664.761.7-
YUV57.85110.02125.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.99%
GREEN value IS 66 (26.17% from 255) = 45.21%
BLUE value IS 26 (10.55% from 255) = 17.81%
R=36.99%
G=45.21%
B=17.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5466260.1800.610.747843.4818.04
Hex36421A1203D4A4e2b12
Octal6610232220751121165322
Binary1101101000010110101001001111011001010100111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #36421A;
 }
 .AnyTagClassName
 {
   color: #36421A;
 }
</style>
background-color css

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

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

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

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

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

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