#0B4432

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

Shades of Sherwood Green #0B4432

Tints of Sherwood Green #0B4432

Color information

#0B4432 (or 0x0B4432) is unknown color: approx Sherwood Green. HEX triplet: 0B, 44 and 32. RGB value is (11,68,50). Sum of RGB (Red+Green+Blue) = 11+68+50=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #0B4432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4432 is #F4BBCD. Grayscale: #303030. Windows color (decimal): -16038862 or 3294219. OLE color: 3294219.

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

Color convert

RGB116850-
CMYK0.8400.260.73
HSL161.05º72.15%15.49%-
HSV(B)161.05º83.82%26.67%-
XYZ2.784.443.73-
YUV48.9128.62100.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.53%
GREEN value IS 68 (26.95% from 255) = 52.71%
BLUE value IS 50 (19.92% from 255) = 38.76%
R=8.53%
G=52.71%
B=38.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1168500.8400.260.73161.0572.1515.49
HexB44325401A49a148f
Octal131046212403211124111017
Binary10111000100110010101010001101010010011010000110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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