#08450C

Color #08450C Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #08450C

Tints of Myrtle #08450C

Color information

#08450C (or 0x08450C) is unknown color: approx Myrtle. HEX triplet: 08, 45 and 0C. RGB value is (8,69,12). Sum of RGB (Red+Green+Blue) = 8+69+12=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 69 (27.34% from 255 or 77.53% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 69 - color contains mainly: green. Hex color #08450C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08450C is #F7BAF3. Grayscale: #2C2C2C. Windows color (decimal): -16235252 or 804104. OLE color: 804104.

HSL color Cylindrical-coordinate representation of color #08450C: hue angle of 123.93º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08450C is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB86912-
CMYK0.8800.830.73
HSL123.93º79.22%15.1%-
HSV(B)123.93º88.41%27.06%-
XYZ2.294.331.06-
YUV44.26109.79102.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.99%
GREEN value IS 69 (27.34% from 255) = 77.53%
BLUE value IS 12 (5.08% from 255) = 13.48%
R=8.99%
G=77.53%
B=13.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal869120.8800.830.73123.9379.2215.1
Hex845C58053497c4ff
Octal1010514130012311117411717
Binary1000100010111001011000010100111001001111110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08450C; }

 p { color: rgb(8,69,12); }

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

<style>
 a { background-color: #08450C; }

 a { background-color: rgb(8,69,12); }

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

<style>
 span { border-color: #08450C; }

 span { border-color: rgb(8,69,12); }

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