#658941

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

Shades of Dingley #658941

Tints of Dingley #658941

Color information

#658941 (or 0x658941) is unknown color: approx Dingley. HEX triplet: 65, 89 and 41. RGB value is (101,137,65). Sum of RGB (Red+Green+Blue) = 101+137+65=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #658941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658941 is #9A76BE. Grayscale: #767676. Windows color (decimal): -10122943 or 4295013. OLE color: 4295013.

HSL color Cylindrical-coordinate representation of color #658941: hue angle of 90º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #658941 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB10113765-
CMYK0.2600.530.46
HSL90º35.64%39.61%-
HSV(B)90º52.55%53.73%-
XYZ15.2721.048.26-
YUV118.0398.07115.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.33%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 65 (25.78% from 255) = 21.45%
R=33.33%
G=45.21%
B=21.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101137650.2600.530.469035.6439.61
Hex6589411A0352E5a2428
Octal14521110132065561324450
Binary11001011000100110000011101001101011011101011010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658941; }

 p { color: rgb(101,137,65); }

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

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

 a { background-color: rgb(101,137,65); }

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

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

 span { border-color: rgb(101,137,65); }

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