#36450A

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

Shades of Turtle Green #36450A

Tints of Turtle Green #36450A

Color information

#36450A (or 0x36450A) is unknown color: approx Turtle Green. HEX triplet: 36, 45 and 0A. RGB value is (54,69,10). Sum of RGB (Red+Green+Blue) = 54+69+10=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #36450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36450A is #C9BAF5. Grayscale: #3A3A3A. Windows color (decimal): -13220598 or 673078. OLE color: 673078.

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

Color convert

RGB546910-
CMYK0.2200.860.73
HSL75.25º74.68%15.49%-
HSV(B)75.25º85.51%27.06%-
XYZ3.75.061.07-
YUV57.79101.03125.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.60%
GREEN value IS 69 (27.34% from 255) = 51.88%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=40.60%
G=51.88%
B=7.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5469100.2200.860.7375.2574.6815.49
Hex3645A16056494b4bf
Octal661051226012611111311317
Binary1101101000101101010110010101101001001100101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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