#657248

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

Shades of Woodland #657248

Tints of Woodland #657248

Color information

#657248 (or 0x657248) is unknown color: approx Woodland. HEX triplet: 65, 72 and 48. RGB value is (101,114,72). Sum of RGB (Red+Green+Blue) = 101+114+72=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 114 - color contains mainly: green. Hex color #657248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657248 is #9A8DB7. Grayscale: #696969. Windows color (decimal): -10128824 or 4747877. OLE color: 4747877.

HSL color Cylindrical-coordinate representation of color #657248: hue angle of 78.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #657248 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB10111472-
CMYK0.1100.370.55
HSL78.57º22.58%36.47%-
HSV(B)78.57º36.84%44.71%-
XYZ12.5515.278.42-
YUV105.32109.19124.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.19%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=35.19%
G=39.72%
B=25.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101114720.1100.370.5578.5722.5836.47
Hex657248B025374f1724
Octal14516211013045671172744
Binary11001011110010100100010110100101110111100111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657248; }

 p { color: rgb(101,114,72); }

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

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

 a { background-color: rgb(101,114,72); }

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

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

 span { border-color: rgb(101,114,72); }

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