#36450B

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

Shades of Turtle Green #36450B

Tints of Turtle Green #36450B

Color information

#36450B (or 0x36450B) is unknown color: approx Turtle Green. HEX triplet: 36, 45 and 0B. RGB value is (54,69,11). Sum of RGB (Red+Green+Blue) = 54+69+11=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #36450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36450B is #C9BAF4. Grayscale: #3A3A3A. Windows color (decimal): -13220597 or 738614. OLE color: 738614.

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

Color convert

RGB546911-
CMYK0.2200.840.73
HSL75.52º72.5%15.69%-
HSV(B)75.52º84.06%27.06%-
XYZ3.715.061.1-
YUV57.9101.53125.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 69 (27.34% from 255) = 51.49%
BLUE value IS 11 (4.69% from 255) = 8.21%
R=40.30%
G=51.49%
B=8.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5469110.2200.840.7375.5272.515.69
Hex3645B16054494c4810
Octal661051326012411111411020
Binary11011010001011011101100101010010010011001100100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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