#5C6145

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

Shades of Woodland #5C6145

Tints of Woodland #5C6145

Color information

#5C6145 (or 0x5C6145) is unknown color: approx Woodland. HEX triplet: 5C, 61 and 45. RGB value is (92,97,69). Sum of RGB (Red+Green+Blue) = 92+97+69=258 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.66% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6145 is #A39EBA. Grayscale: #5C5C5C. Windows color (decimal): -10723003 or 4546908. OLE color: 4546908.

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

Color convert

RGB929769-
CMYK0.0500.290.62
HSL70.71º16.87%32.55%-
HSV(B)70.71º28.87%38.04%-
XYZ9.7611.257.29-
YUV92.31114.84127.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.66%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 69 (27.34% from 255) = 26.74%
R=35.66%
G=37.60%
B=26.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297690.0500.290.6270.7116.8732.55
Hex5C6145501D3E471121
Octal1341411055035761072141
Binary101110011000011000101101011101111110100011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,97,69); }

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

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

 a { background-color: rgb(92,97,69); }

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

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

 span { border-color: rgb(92,97,69); }

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