#0B4C39

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

Shades of Sherwood Green #0B4C39

Tints of Sherwood Green #0B4C39

Color information

#0B4C39 (or 0x0B4C39) is unknown color: approx Sherwood Green. HEX triplet: 0B, 4C and 39. RGB value is (11,76,57). Sum of RGB (Red+Green+Blue) = 11+76+57=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 76 (30.08% from 255 or 52.78% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 76 - color contains mainly: green. Hex color #0B4C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4C39 is #F4B3C6. Grayscale: #363636. Windows color (decimal): -16036807 or 3755019. OLE color: 3755019.

HSL color Cylindrical-coordinate representation of color #0B4C39: hue angle of 162.46º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4C39 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB117657-
CMYK0.8600.250.70
HSL162.46º74.71%17.06%-
HSV(B)162.46º85.53%29.8%-
XYZ3.465.544.76-
YUV54.4129.4797.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.64%
GREEN value IS 76 (30.08% from 255) = 52.78%
BLUE value IS 57 (22.66% from 255) = 39.58%
R=7.64%
G=52.78%
B=39.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1176570.8600.250.70162.4674.7117.06
HexB4C395601946a24b11
Octal131147112603110624211321
Binary101110011001110011010110011001100011010100010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,76,57); }

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

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

 a { background-color: rgb(11,76,57); }

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

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

 span { border-color: rgb(11,76,57); }

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