#657942

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

Shades of Dingley #657942

Tints of Dingley #657942

Color information

#657942 (or 0x657942) is unknown color: approx Dingley. HEX triplet: 65, 79 and 42. RGB value is (101,121,66). Sum of RGB (Red+Green+Blue) = 101+121+66=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #657942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657942 is #9A86BD. Grayscale: #6C6C6C. Windows color (decimal): -10127038 or 4356453. OLE color: 4356453.

HSL color Cylindrical-coordinate representation of color #657942: hue angle of 81.82º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #657942 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB10112166-
CMYK0.1700.450.53
HSL81.82º29.41%36.67%-
HSV(B)81.82º45.45%47.45%-
XYZ13.1916.837.71-
YUV108.75103.87122.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.07%
GREEN value IS 121 (47.66% from 255) = 42.01%
BLUE value IS 66 (26.17% from 255) = 22.92%
R=35.07%
G=42.01%
B=22.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101121660.1700.450.5381.8229.4136.67
Hex6579421102D35521d25
Octal14517110221055651223545
Binary110010111110011000010100010101101110101101001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657942; }

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

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

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

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

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

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

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

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