#5C5E4B

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

Shades of Woodland #5C5E4B

Tints of Woodland #5C5E4B

Color information

#5C5E4B (or 0x5C5E4B) is unknown color: approx Woodland. HEX triplet: 5C, 5E and 4B. RGB value is (92,94,75). Sum of RGB (Red+Green+Blue) = 92+94+75=261 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.25% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 94 - color contains mainly: green. Hex color #5C5E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5E4B is #A3A1B4. Grayscale: #5B5B5B. Windows color (decimal): -10723765 or 4939356. OLE color: 4939356.

HSL color Cylindrical-coordinate representation of color #5C5E4B: hue angle of 66.32º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C5E4B is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.

Color convert

RGB929475-
CMYK0.0200.200.63
HSL66.32º11.24%33.14%-
HSV(B)66.32º20.21%36.86%-
XYZ9.6910.798.23-
YUV91.24118.84128.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.25%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=35.25%
G=36.02%
B=28.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9294750.0200.200.6366.3211.2433.14
Hex5C5E4B20143F42b21
Octal1341361132024771021341
Binary1011100101111010010111001010011111110000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,94,75); }

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

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

 a { background-color: rgb(92,94,75); }

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

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

 span { border-color: rgb(92,94,75); }

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