#094532

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

Shades of Sherwood Green #094532

Tints of Sherwood Green #094532

Color information

#094532 (or 0x094532) is unknown color: approx Sherwood Green. HEX triplet: 09, 45 and 32. RGB value is (9,69,50). Sum of RGB (Red+Green+Blue) = 9+69+50=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #094532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094532 is #F6BACD. Grayscale: #303030. Windows color (decimal): -16169678 or 3294473. OLE color: 3294473.

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

Color convert

RGB96950-
CMYK0.8700.280.73
HSL161º76.92%15.29%-
HSV(B)161º86.96%27.06%-
XYZ2.824.543.75-
YUV48.89128.6299.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 69 (27.34% from 255) = 53.91%
BLUE value IS 50 (19.92% from 255) = 39.06%
R=7.03%
G=53.91%
B=39.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal969500.8700.280.7316176.9215.29
Hex945325701C49a14df
Octal111056212703411124111517
Binary10011000101110010101011101110010010011010000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094532; }

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

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

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

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

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

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

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

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