#618039

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

Shades of Dingley #618039

Tints of Dingley #618039

Color information

#618039 (or 0x618039) is unknown color: approx Dingley. HEX triplet: 61, 80 and 39. RGB value is (97,128,57). Sum of RGB (Red+Green+Blue) = 97+128+57=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #618039 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618039 is #9E7FC6. Grayscale: #6E6E6E. Windows color (decimal): -10387399 or 3768417. OLE color: 3768417.

HSL color Cylindrical-coordinate representation of color #618039: hue angle of 86.2º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #618039 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB9712857-
CMYK0.2400.550.50
HSL86.2º38.38%36.27%-
HSV(B)86.2º55.47%50.2%-
XYZ13.3918.286.69-
YUV110.6497.73118.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 128 (50.39% from 255) = 45.39%
BLUE value IS 57 (22.66% from 255) = 20.21%
R=34.40%
G=45.39%
B=20.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97128570.2400.550.5086.238.3836.27
Hex6180391803732562624
Octal1412007130067621264644
Binary1100001100000001110011100001101111100101010110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618039; }

 p { color: rgb(97,128,57); }

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

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

 a { background-color: rgb(97,128,57); }

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

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

 span { border-color: rgb(97,128,57); }

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