#0C350B

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

Shades of Myrtle #0C350B

Tints of Myrtle #0C350B

Color information

#0C350B (or 0x0C350B) is unknown color: approx Myrtle. HEX triplet: 0C, 35 and 0B. RGB value is (12,53,11). Sum of RGB (Red+Green+Blue) = 12+53+11=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 53 (21.09% from 255 or 69.74% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 53 - color contains mainly: green. Hex color #0C350B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C350B is #F3CAF4. Grayscale: #242424. Windows color (decimal): -15977205 or 734476. OLE color: 734476.

HSL color Cylindrical-coordinate representation of color #0C350B: hue angle of 118.57º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C350B is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB125311-
CMYK0.7700.790.79
HSL118.57º65.62%12.55%-
HSV(B)118.57º79.25%20.78%-
XYZ1.492.650.75-
YUV35.95113.92110.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.79%
GREEN value IS 53 (21.09% from 255) = 69.74%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=15.79%
G=69.74%
B=14.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1253110.7700.790.79118.5765.6212.55
HexC35B4D04F4F7742d
Octal146513115011711716710215
Binary110011010110111001101010011111001111111011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,53,11); }

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

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

 a { background-color: rgb(12,53,11); }

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

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

 span { border-color: rgb(12,53,11); }

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