#0B4331

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

Shades of Sherwood Green #0B4331

Tints of Sherwood Green #0B4331

Color information

#0B4331 (or 0x0B4331) is unknown color: approx Sherwood Green. HEX triplet: 0B, 43 and 31. RGB value is (11,67,49). Sum of RGB (Red+Green+Blue) = 11+67+49=127 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.66% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #0B4331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4331 is #F4BCCE. Grayscale: #303030. Windows color (decimal): -16039119 or 3228427. OLE color: 3228427.

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

Color convert

RGB116749-
CMYK0.8400.270.74
HSL160.71º71.79%15.29%-
HSV(B)160.71º83.58%26.27%-
XYZ2.74.313.59-
YUV48.2128.45101.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.66%
GREEN value IS 67 (26.56% from 255) = 52.76%
BLUE value IS 49 (19.53% from 255) = 38.58%
R=8.66%
G=52.76%
B=38.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1167490.8400.270.74160.7171.7915.29
HexB43315401B4Aa148f
Octal131036112403311224111017
Binary10111000011110001101010001101110010101010000110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,67,49); }

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

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

 a { background-color: rgb(11,67,49); }

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

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

 span { border-color: rgb(11,67,49); }

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