#5F6538

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

Shades of Woodland #5F6538

Tints of Woodland #5F6538

Color information

#5F6538 (or 0x5F6538) is unknown color: approx Woodland. HEX triplet: 5F, 65 and 38. RGB value is (95,101,56). Sum of RGB (Red+Green+Blue) = 95+101+56=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6538 is #A09AC7. Grayscale: #5E5E5E. Windows color (decimal): -10525384 or 3695967. OLE color: 3695967.

HSL color Cylindrical-coordinate representation of color #5F6538: hue angle of 68º 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 #5F6538 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.

Color convert

RGB9510156-
CMYK0.0600.450.60
HSL68º28.66%30.78%-
HSV(B)68º44.55%39.61%-
XYZ10.0912.035.53-
YUV94.08106.51128.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.70%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 56 (22.27% from 255) = 22.22%
R=37.70%
G=40.08%
B=22.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95101560.0600.450.606828.6630.78
Hex5F6538602D3C441d1f
Octal137145706055741043537
Binary10111111100101111000110010110111110010001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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