#094432

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

Shades of Sherwood Green #094432

Tints of Sherwood Green #094432

Color information

#094432 (or 0x094432) is unknown color: approx Sherwood Green. HEX triplet: 09, 44 and 32. RGB value is (9,68,50). Sum of RGB (Red+Green+Blue) = 9+68+50=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #094432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094432 is #F6BBCD. Grayscale: #303030. Windows color (decimal): -16169934 or 3294217. OLE color: 3294217.

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

Color convert

RGB96850-
CMYK0.8700.260.73
HSL161.69º76.62%15.1%-
HSV(B)161.69º86.76%26.67%-
XYZ2.764.423.73-
YUV48.31128.9599.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 68 (26.95% from 255) = 53.54%
BLUE value IS 50 (19.92% from 255) = 39.37%
R=7.09%
G=53.54%
B=39.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal968500.8700.260.73161.6976.6215.1
Hex944325701A49a24df
Octal111046212703211124211517
Binary10011000100110010101011101101010010011010001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094432; }

 p { color: rgb(9,68,50); }

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

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

 a { background-color: rgb(9,68,50); }

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

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

 span { border-color: rgb(9,68,50); }

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