#0B4502

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

Shades of Myrtle #0B4502

Tints of Myrtle #0B4502

Color information

#0B4502 (or 0x0B4502) is unknown color: approx Myrtle. HEX triplet: 0B, 45 and 02. RGB value is (11,69,2). Sum of RGB (Red+Green+Blue) = 11+69+2=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 69 (27.34% from 255 or 84.15% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 69 - color contains mainly: green. Hex color #0B4502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4502 is #F4BAFD. Grayscale: #2C2C2C. Windows color (decimal): -16038654 or 148747. OLE color: 148747.

HSL color Cylindrical-coordinate representation of color #0B4502: hue angle of 111.94º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B4502 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB11692-
CMYK0.8400.970.73
HSL111.94º94.37%13.92%-
HSV(B)111.94º97.1%27.06%-
XYZ2.284.330.77-
YUV44.02104.28104.45-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.41%
GREEN value IS 69 (27.34% from 255) = 84.15%
BLUE value IS 2 (1.17% from 255) = 2.44%
R=13.41%
G=84.15%
B=2.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal116920.8400.970.73111.9494.3713.92
HexB4525406149705ee
Octal131052124014111116013616
Binary10111000101101010100011000011001001111000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,69,2); }

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

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

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

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

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

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

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