#0B4433

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

Shades of Sherwood Green #0B4433

Tints of Sherwood Green #0B4433

Color information

#0B4433 (or 0x0B4433) is unknown color: approx Sherwood Green. HEX triplet: 0B, 44 and 33. RGB value is (11,68,51). Sum of RGB (Red+Green+Blue) = 11+68+51=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #0B4433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4433 is #F4BBCC. Grayscale: #313131. Windows color (decimal): -16038861 or 3359755. OLE color: 3359755.

HSL color Cylindrical-coordinate representation of color #0B4433: hue angle of 162.11º 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 #0B4433 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB116851-
CMYK0.8400.250.73
HSL162.11º72.15%15.49%-
HSV(B)162.11º83.82%26.67%-
XYZ2.84.443.84-
YUV49.02129.12100.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.46%
GREEN value IS 68 (26.95% from 255) = 52.31%
BLUE value IS 51 (20.31% from 255) = 39.23%
R=8.46%
G=52.31%
B=39.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1168510.8400.250.73162.1172.1515.49
HexB44335401949a248f
Octal131046312403111124211017
Binary10111000100110011101010001100110010011010001010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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