#08320C

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

Shades of Myrtle #08320C

Tints of Myrtle #08320C

Color information

#08320C (or 0x08320C) is unknown color: approx Myrtle. HEX triplet: 08, 32 and 0C. RGB value is (8,50,12). Sum of RGB (Red+Green+Blue) = 8+50+12=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 50 (19.92% from 255 or 71.43% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 50 - color contains mainly: green. Hex color #08320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08320C is #F7CDF3. Grayscale: #212121. Windows color (decimal): -16240116 or 799240. OLE color: 799240.

HSL color Cylindrical-coordinate representation of color #08320C: hue angle of 125.71º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08320C is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB85012-
CMYK0.8400.760.80
HSL125.71º72.41%11.37%-
HSV(B)125.71º84%19.61%-
XYZ1.312.360.73-
YUV33.11116.09110.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.43%
GREEN value IS 50 (19.92% from 255) = 71.43%
BLUE value IS 12 (5.08% from 255) = 17.14%
R=11.43%
G=71.43%
B=17.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal850120.8400.760.80125.7172.4111.37
Hex832C5404C507e48b
Octal106214124011412017611013
Binary100011001011001010100010011001010000111111010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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