#094533

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

Shades of Sherwood Green #094533

Tints of Sherwood Green #094533

Color information

#094533 (or 0x094533) is unknown color: approx Sherwood Green. HEX triplet: 09, 45 and 33. RGB value is (9,69,51). Sum of RGB (Red+Green+Blue) = 9+69+51=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #094533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094533 is #F6BACC. Grayscale: #313131. Windows color (decimal): -16169677 or 3360009. OLE color: 3360009.

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

Color convert

RGB96951-
CMYK0.8700.260.73
HSL162º76.92%15.29%-
HSV(B)162º86.96%27.06%-
XYZ2.844.553.86-
YUV49.01129.1299.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 69 (27.34% from 255) = 53.49%
BLUE value IS 51 (20.31% from 255) = 39.53%
R=6.98%
G=53.49%
B=39.53%

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
Decimal969510.8700.260.7316276.9215.29
Hex945335701A49a24df
Octal111056312703211124211517
Binary10011000101110011101011101101010010011010001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094533; }

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

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

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

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

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

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

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

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