#0C5B08

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

Shades of Myrtle #0C5B08

Tints of Myrtle #0C5B08

Color information

#0C5B08 (or 0x0C5B08) is unknown color: approx Myrtle. HEX triplet: 0C, 5B and 08. RGB value is (12,91,8). Sum of RGB (Red+Green+Blue) = 12+91+8=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 91 (35.94% from 255 or 81.98% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 91 - color contains mainly: green. Hex color #0C5B08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5B08 is #F3A4F7. Grayscale: #3A3A3A. Windows color (decimal): -15967480 or 547596. OLE color: 547596.

HSL color Cylindrical-coordinate representation of color #0C5B08: hue angle of 117.11º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C5B08 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB12918-
CMYK0.8700.910.64
HSL117.11º83.84%19.41%-
HSV(B)117.11º91.21%35.69%-
XYZ3.947.581.48-
YUV57.9299.8395.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.81%
GREEN value IS 91 (35.94% from 255) = 81.98%
BLUE value IS 8 (3.52% from 255) = 7.21%
R=10.81%
G=81.98%
B=7.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal129180.8700.910.64117.1183.8419.41
HexC5B85705B40755413
Octal1413310127013310016512423
Binary11001011011100010101110101101110000001110101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5B08; }

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

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

<style>
 a { background-color: #0C5B08; }

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

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

<style>
 span { border-color: #0C5B08; }

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

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