#0B4330

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

Shades of Sherwood Green #0B4330

Tints of Sherwood Green #0B4330

Color information

#0B4330 (or 0x0B4330) is unknown color: approx Sherwood Green. HEX triplet: 0B, 43 and 30. RGB value is (11,67,48). Sum of RGB (Red+Green+Blue) = 11+67+48=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #0B4330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4330 is #F4BCCF. Grayscale: #303030. Windows color (decimal): -16039120 or 3162891. OLE color: 3162891.

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

Color convert

RGB116748-
CMYK0.8400.280.74
HSL159.64º71.79%15.29%-
HSV(B)159.64º83.58%26.27%-
XYZ2.684.33.48-
YUV48.09127.95101.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.73%
GREEN value IS 67 (26.56% from 255) = 53.17%
BLUE value IS 48 (19.14% from 255) = 38.10%
R=8.73%
G=53.17%
B=38.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1167480.8400.280.74159.6471.7915.29
HexB43305401C4Aa048f
Octal131036012403411224011017
Binary10111000011110000101010001110010010101010000010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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