#094B33

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

Shades of Sherwood Green #094B33

Tints of Sherwood Green #094B33

Color information

#094B33 (or 0x094B33) is unknown color: approx Sherwood Green. HEX triplet: 09, 4B and 33. RGB value is (9,75,51). Sum of RGB (Red+Green+Blue) = 9+75+51=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 75 (29.69% from 255 or 55.56% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 75 - color contains mainly: green. Hex color #094B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B33 is #F6B4CC. Grayscale: #343434. Windows color (decimal): -16168141 or 3361545. OLE color: 3361545.

HSL color Cylindrical-coordinate representation of color #094B33: hue angle of 158.18º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094B33 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB97551-
CMYK0.8800.320.71
HSL158.18º78.57%16.47%-
HSV(B)158.18º88%29.41%-
XYZ3.235.333.99-
YUV52.53127.1396.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.67%
GREEN value IS 75 (29.69% from 255) = 55.56%
BLUE value IS 51 (20.31% from 255) = 37.78%
R=6.67%
G=55.56%
B=37.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal975510.8800.320.71158.1878.5716.47
Hex94B3358020479e4f10
Octal111136313004010723611720
Binary1001100101111001110110000100000100011110011110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094B33; }

 p { color: rgb(9,75,51); }

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

<style>
 a { background-color: #094B33; }

 a { background-color: rgb(9,75,51); }

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

<style>
 span { border-color: #094B33; }

 span { border-color: rgb(9,75,51); }

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