#0B3D05

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

Shades of Myrtle #0B3D05

Tints of Myrtle #0B3D05

Color information

#0B3D05 (or 0x0B3D05) is unknown color: approx Myrtle. HEX triplet: 0B, 3D and 05. RGB value is (11,61,5). Sum of RGB (Red+Green+Blue) = 11+61+5=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 61 (24.22% from 255 or 79.22% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 61 - color contains mainly: green. Hex color #0B3D05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3D05 is #F4C2FA. Grayscale: #272727. Windows color (decimal): -16040699 or 343307. OLE color: 343307.

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

Color convert

RGB11615-
CMYK0.8200.920.76
HSL113.57º84.85%12.94%-
HSV(B)113.57º91.8%23.92%-
XYZ1.833.420.71-
YUV39.67108.44107.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.29%
GREEN value IS 61 (24.22% from 255) = 79.22%
BLUE value IS 5 (2.34% from 255) = 6.49%
R=14.29%
G=79.22%
B=6.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal116150.8200.920.76113.5784.8512.94
HexB3D55205C4C7255d
Octal13755122013411416212515
Binary10111111011011010010010111001001100111001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,61,5); }

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

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

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

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

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

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

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