#5E6538

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

Shades of Woodland #5E6538

Tints of Woodland #5E6538

Color information

#5E6538 (or 0x5E6538) is unknown color: approx Woodland. HEX triplet: 5E, 65 and 38. RGB value is (94,101,56). Sum of RGB (Red+Green+Blue) = 94+101+56=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 101 - color contains mainly: green. Hex color #5E6538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6538 is #A19AC7. Grayscale: #5D5D5D. Windows color (decimal): -10590920 or 3695966. OLE color: 3695966.

HSL color Cylindrical-coordinate representation of color #5E6538: hue angle of 69.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E6538 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.

Color convert

RGB9410156-
CMYK0.0700.450.60
HSL69.33º28.66%30.78%-
HSV(B)69.33º44.55%39.61%-
XYZ9.9811.975.53-
YUV93.78106.68128.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.45%
GREEN value IS 101 (39.84% from 255) = 40.24%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=37.45%
G=40.24%
B=22.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal94101560.0700.450.6069.3328.6630.78
Hex5E6538702D3C451d1f
Octal136145707055741053537
Binary10111101100101111000111010110111110010001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,101,56); }

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

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

 a { background-color: rgb(94,101,56); }

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

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

 span { border-color: rgb(94,101,56); }

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