#081C04

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

Shades of Myrtle #081C04

Tints of Myrtle #081C04

Color information

#081C04 (or 0x081C04) is unknown color: approx Myrtle. HEX triplet: 08, 1C and 04. RGB value is (8,28,4). Sum of RGB (Red+Green+Blue) = 8+28+4=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 28 (11.33% from 255 or 70% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 28 - color contains mainly: green. Hex color #081C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #081C04 is #F7E3FB. Grayscale: #131313. Windows color (decimal): -16245756 or 269320. OLE color: 269320.

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

Color convert

RGB8284-
CMYK0.7100.860.89
HSL110º75%6.27%-
HSV(B)110º85.71%10.98%-
XYZ0.540.890.26-
YUV19.28119.37119.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20%
GREEN value IS 28 (11.33% from 255) = 70%
BLUE value IS 4 (1.95% from 255) = 10%
R=20%
G=70%
B=10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal82840.7100.860.89110756.27
Hex81C447056596e4b6
Octal1034410701261311561136
Binary100011100100100011101010110101100111011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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