#657F35

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

Shades of Dingley #657F35

Tints of Dingley #657F35

Color information

#657F35 (or 0x657F35) is unknown color: approx Dingley. HEX triplet: 65, 7F and 35. RGB value is (101,127,53). Sum of RGB (Red+Green+Blue) = 101+127+53=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 127 - color contains mainly: green. Hex color #657F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657F35 is #9A80CA. Grayscale: #6F6F6F. Windows color (decimal): -10125515 or 3506021. OLE color: 3506021.

HSL color Cylindrical-coordinate representation of color #657F35: hue angle of 81.08º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #657F35 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB10112753-
CMYK0.2000.580.50
HSL81.08º41.11%35.29%-
HSV(B)81.08º58.27%49.8%-
XYZ13.618.26.16-
YUV110.7995.39121.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.94%
GREEN value IS 127 (50% from 255) = 45.20%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=35.94%
G=45.20%
B=18.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101127530.2000.580.5081.0841.1135.29
Hex657F351403A32512923
Octal1451776524072621215143
Binary110010111111111101011010001110101100101010001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,127,53); }

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

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

 a { background-color: rgb(101,127,53); }

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

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

 span { border-color: rgb(101,127,53); }

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