#0B3E10

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

Shades of Myrtle #0B3E10

Tints of Myrtle #0B3E10

Color information

#0B3E10 (or 0x0B3E10) is unknown color: approx Myrtle. HEX triplet: 0B, 3E and 10. RGB value is (11,62,16). Sum of RGB (Red+Green+Blue) = 11+62+16=89 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.36% from 89); Green value is 62 (24.61% from 255 or 69.66% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 62 - color contains mainly: green. Hex color #0B3E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3E10 is #F4C1EF. Grayscale: #292929. Windows color (decimal): -16040432 or 1064459. OLE color: 1064459.

HSL color Cylindrical-coordinate representation of color #0B3E10: hue angle of 125.88º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B3E10 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.

Color convert

RGB116216-
CMYK0.8200.740.76
HSL125.88º69.86%14.31%-
HSV(B)125.88º82.26%24.31%-
XYZ1.953.551.07-
YUV41.51113.6106.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.36%
GREEN value IS 62 (24.61% from 255) = 69.66%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=12.36%
G=69.66%
B=17.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1162160.8200.740.76125.8869.8614.31
HexB3E105204A4C7e46e
Octal137620122011211417610616
Binary1011111110100001010010010010101001100111111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,62,16); }

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

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

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

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

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

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

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