#618240

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

Shades of Dingley #618240

Tints of Dingley #618240

Color information

#618240 (or 0x618240) is unknown color: approx Dingley. HEX triplet: 61, 82 and 40. RGB value is (97,130,64). Sum of RGB (Red+Green+Blue) = 97+130+64=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #618240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618240 is #9E7DBF. Grayscale: #707070. Windows color (decimal): -10386880 or 4227681. OLE color: 4227681.

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

Color convert

RGB9713064-
CMYK0.2500.510.49
HSL90º34.02%38.04%-
HSV(B)90º50.77%50.98%-
XYZ13.8418.887.76-
YUV112.61100.57116.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=33.33%
G=44.67%
B=21.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97130640.2500.510.499034.0238.04
Hex61824019033315a2226
Octal14120210031063611324246
Binary11000011000001010000001100101100111100011011010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618240; }

 p { color: rgb(97,130,64); }

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

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

 a { background-color: rgb(97,130,64); }

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

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

 span { border-color: rgb(97,130,64); }

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