#0B450A

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

Shades of Myrtle #0B450A

Tints of Myrtle #0B450A

Color information

#0B450A (or 0x0B450A) is unknown color: approx Myrtle. HEX triplet: 0B, 45 and 0A. RGB value is (11,69,10). Sum of RGB (Red+Green+Blue) = 11+69+10=90 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.22% from 90); Green value is 69 (27.34% from 255 or 76.67% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 69 - color contains mainly: green. Hex color #0B450A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B450A is #F4BAF5. Grayscale: #2D2D2D. Windows color (decimal): -16038646 or 673035. OLE color: 673035.

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

Color convert

RGB116910-
CMYK0.8400.860.73
HSL118.98º74.68%15.49%-
HSV(B)118.98º85.51%27.06%-
XYZ2.324.351-
YUV44.93108.28103.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 12.22%
GREEN value IS 69 (27.34% from 255) = 76.67%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=12.22%
G=76.67%
B=11.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1169100.8400.860.73118.9874.6815.49
HexB45A5405649774bf
Octal1310512124012611116711317
Binary1011100010110101010100010101101001001111011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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