#081C00

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

Shades of Myrtle #081C00

Tints of Myrtle #081C00

Color information

#081C00 (or 0x081C00) is unknown color: approx Myrtle. HEX triplet: 08, 1C and 00. RGB value is (8,28,0). Sum of RGB (Red+Green+Blue) = 8+28+0=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 28 (11.33% from 255 or 77.78% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 28 - color contains mainly: green. Hex color #081C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081C00 is #F7E3FF. Grayscale: #121212. Windows color (decimal): -16245760 or 7176. OLE color: 7176.

HSL color Cylindrical-coordinate representation of color #081C00: hue angle of 102.86º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #081C00 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.

Color convert

RGB8280-
CMYK0.71010.89
HSL102.86º100%5.49%-
HSV(B)102.86º100%10.98%-
XYZ0.520.880.14-
YUV18.83117.37120.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 22.22%
GREEN value IS 28 (11.33% from 255) = 77.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=22.22%
G=77.78%
B=0%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal82800.71010.89102.861005.49
Hex81C0470645967645
Octal1034010701441311471445
Binary1000111000100011101100100101100111001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081C00; }

 p { color: rgb(8,28,0); }

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

<style>
 a { background-color: #081C00; }

 a { background-color: rgb(8,28,0); }

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

<style>
 span { border-color: #081C00; }

 span { border-color: rgb(8,28,0); }

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