#0C3B0D

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

Shades of Myrtle #0C3B0D

Tints of Myrtle #0C3B0D

Color information

#0C3B0D (or 0x0C3B0D) is unknown color: approx Myrtle. HEX triplet: 0C, 3B and 0D. RGB value is (12,59,13). Sum of RGB (Red+Green+Blue) = 12+59+13=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 59 (23.44% from 255 or 70.24% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 59 - color contains mainly: green. Hex color #0C3B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3B0D is #F3C4F2. Grayscale: #272727. Windows color (decimal): -15975667 or 867084. OLE color: 867084.

HSL color Cylindrical-coordinate representation of color #0C3B0D: hue angle of 121.28º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3B0D is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB125913-
CMYK0.8000.780.77
HSL121.28º66.2%13.92%-
HSV(B)121.28º79.66%23.14%-
XYZ1.793.240.91-
YUV39.7112.93108.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.29%
GREEN value IS 59 (23.44% from 255) = 70.24%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=14.29%
G=70.24%
B=15.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1259130.8000.780.77121.2866.213.92
HexC3BD5004E4D7942e
Octal147315120011611517110216
Binary110011101111011010000010011101001101111100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,59,13); }

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

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

 a { background-color: rgb(12,59,13); }

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

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

 span { border-color: rgb(12,59,13); }

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