#36440A

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

Shades of Turtle Green #36440A

Tints of Turtle Green #36440A

Color information

#36440A (or 0x36440A) is unknown color: approx Turtle Green. HEX triplet: 36, 44 and 0A. RGB value is (54,68,10). Sum of RGB (Red+Green+Blue) = 54+68+10=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #36440A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36440A is #C9BBF5. Grayscale: #393939. Windows color (decimal): -13220854 or 672822. OLE color: 672822.

HSL color Cylindrical-coordinate representation of color #36440A: hue angle of 74.48º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36440A is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.73.

Color convert

RGB546810-
CMYK0.2100.850.73
HSL74.48º74.36%15.29%-
HSV(B)74.48º85.29%26.67%-
XYZ3.644.941.05-
YUV57.2101.36125.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.91%
GREEN value IS 68 (26.95% from 255) = 51.52%
BLUE value IS 10 (4.30% from 255) = 7.58%
R=40.91%
G=51.52%
B=7.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5468100.2100.850.7374.4874.3615.29
Hex3644A15055494a4af
Octal661041225012511111211217
Binary1101101000100101010101010101011001001100101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,68,10); }

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

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

 a { background-color: rgb(54,68,10); }

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

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

 span { border-color: rgb(54,68,10); }

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