#5A6044

Color #5A6044 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #5A6044

Tints of Woodland #5A6044

Color information

#5A6044 (or 0x5A6044) is unknown color: approx Woodland. HEX triplet: 5A, 60 and 44. RGB value is (90,96,68). Sum of RGB (Red+Green+Blue) = 90+96+68=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6044 is #A59FBB. Grayscale: #5B5B5B. Windows color (decimal): -10854332 or 4481114. OLE color: 4481114.

HSL color Cylindrical-coordinate representation of color #5A6044: hue angle of 72.86º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A6044 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB909668-
CMYK0.0600.290.62
HSL72.86º17.07%32.16%-
HSV(B)72.86º29.17%37.65%-
XYZ9.4410.967.09-
YUV91.01115.01127.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.43%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 68 (26.95% from 255) = 26.77%
R=35.43%
G=37.80%
B=26.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096680.0600.290.6272.8617.0732.16
Hex5A6044601D3E491120
Octal1321401046035761112140
Binary101101011000001000100110011101111110100100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A6044; }

 p { color: rgb(90,96,68); }

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

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

 a { background-color: rgb(90,96,68); }

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

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

 span { border-color: rgb(90,96,68); }

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