#657E42

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

Shades of Dingley #657E42

Tints of Dingley #657E42

Color information

#657E42 (or 0x657E42) is unknown color: approx Dingley. HEX triplet: 65, 7E and 42. RGB value is (101,126,66). Sum of RGB (Red+Green+Blue) = 101+126+66=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 126 - color contains mainly: green. Hex color #657E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657E42 is #9A81BD. Grayscale: #6F6F6F. Windows color (decimal): -10125758 or 4357733. OLE color: 4357733.

HSL color Cylindrical-coordinate representation of color #657E42: hue angle of 85º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #657E42 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB10112666-
CMYK0.2000.480.51
HSL85º31.25%37.65%-
HSV(B)85º47.62%49.41%-
XYZ13.8118.087.92-
YUV111.68102.22120.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 126 (49.61% from 255) = 43.00%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=34.47%
G=43.00%
B=22.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101126660.2000.480.518531.2537.65
Hex657E421403033551f26
Octal14517610224060631253746
Binary110010111111101000010101000110000110011101010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657E42; }

 p { color: rgb(101,126,66); }

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

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

 a { background-color: rgb(101,126,66); }

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

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

 span { border-color: rgb(101,126,66); }

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