#0B3224

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

Shades of Dark Green #0B3224

Tints of Dark Green #0B3224

Color information

#0B3224 (or 0x0B3224) is unknown color: approx Dark Green. HEX triplet: 0B, 32 and 24. RGB value is (11,50,36). Sum of RGB (Red+Green+Blue) = 11+50+36=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #0B3224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3224 is #F4CDDB. Grayscale: #242424. Windows color (decimal): -16043484 or 2372107. OLE color: 2372107.

HSL color Cylindrical-coordinate representation of color #0B3224: hue angle of 158.46º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B3224 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB115036-
CMYK0.7800.280.80
HSL158.46º63.93%11.96%-
HSV(B)158.46º78%19.61%-
XYZ1.62.482.06-
YUV36.74127.58109.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.34%
GREEN value IS 50 (19.92% from 255) = 51.55%
BLUE value IS 36 (14.45% from 255) = 37.11%
R=11.34%
G=51.55%
B=37.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1150360.7800.280.80158.4663.9311.96
HexB32244E01C509e40c
Octal13624411603412023610014
Binary1011110010100100100111001110010100001001111010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,50,36); }

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

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

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

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

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

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

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