#0B350B

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

Shades of Myrtle #0B350B

Tints of Myrtle #0B350B

Color information

#0B350B (or 0x0B350B) is unknown color: approx Myrtle. HEX triplet: 0B, 35 and 0B. RGB value is (11,53,11). Sum of RGB (Red+Green+Blue) = 11+53+11=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 53 (21.09% from 255 or 70.67% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 53 - color contains mainly: green. Hex color #0B350B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B350B is #F4CAF4. Grayscale: #232323. Windows color (decimal): -16042741 or 734475. OLE color: 734475.

HSL color Cylindrical-coordinate representation of color #0B350B: hue angle of 120º 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 #0B350B is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB115311-
CMYK0.7900.790.79
HSL120º65.62%12.55%-
HSV(B)120º79.25%20.78%-
XYZ1.472.640.75-
YUV35.65114.09110.42-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.67%
GREEN value IS 53 (21.09% from 255) = 70.67%
BLUE value IS 11 (4.69% from 255) = 14.67%
R=14.67%
G=70.67%
B=14.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1153110.7900.790.7912065.6212.55
HexB35B4F04F4F7842d
Octal136513117011711717010215
Binary101111010110111001111010011111001111111100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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