#00510C

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

Shades of Myrtle #00510C

Tints of Myrtle #00510C

Color information

#00510C (or 0x00510C) is unknown color: approx Myrtle. HEX triplet: 00, 51 and 0C. RGB value is (0,81,12). Sum of RGB (Red+Green+Blue) = 0+81+12=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 81 (32.03% from 255 or 87.10% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 81 - color contains mainly: green. Hex color #00510C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00510C is #FFAEF3. Grayscale: #313131. Windows color (decimal): -16756468 or 807168. OLE color: 807168.

HSL color Cylindrical-coordinate representation of color #00510C: hue angle of 128.89º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00510C is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB08112-
CMYK100.850.68
HSL128.89º100%15.88%-
HSV(B)128.89º100%31.76%-
XYZ3.015.911.33-
YUV48.92107.1693.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 81 (32.03% from 255) = 87.10%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=0%
G=87.10%
B=12.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal08112100.850.68128.8910015.88
Hex051C6405544816410
Octal012114144012510420114420
Binary010100011100110010001010101100010010000001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00510C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,81,12); }

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

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

 a { background-color: rgb(0,81,12); }

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

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

 span { border-color: rgb(0,81,12); }

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