#0C4B09

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

Shades of Myrtle #0C4B09

Tints of Myrtle #0C4B09

Color information

#0C4B09 (or 0x0C4B09) is unknown color: approx Myrtle. HEX triplet: 0C, 4B and 09. RGB value is (12,75,9). Sum of RGB (Red+Green+Blue) = 12+75+9=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 75 (29.69% from 255 or 78.12% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 75 - color contains mainly: green. Hex color #0C4B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4B09 is #F3B4F6. Grayscale: #303030. Windows color (decimal): -15971575 or 609036. OLE color: 609036.

HSL color Cylindrical-coordinate representation of color #0C4B09: hue angle of 117.27º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C4B09 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB12759-
CMYK0.8400.880.71
HSL117.27º78.57%16.47%-
HSV(B)117.27º88%29.41%-
XYZ2.725.131.11-
YUV48.64105.63101.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.5%
GREEN value IS 75 (29.69% from 255) = 78.12%
BLUE value IS 9 (3.91% from 255) = 9.38%
R=12.5%
G=78.12%
B=9.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal127590.8400.880.71117.2778.5716.47
HexC4B95405847754f10
Octal1411311124013010716511720
Binary11001001011100110101000101100010001111110101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,75,9); }

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

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

 a { background-color: rgb(12,75,9); }

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

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

 span { border-color: rgb(12,75,9); }

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