Html Css Color HEX #618037 Dingley

📋 copy color: '#618037'

red 97 ◦ green 128 ◦ blue 55

#618037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #618037

Tints of Dingley #618037

RGB

 RED value IS 97 (38.28% from 255) = 34.64%

 GREEN value IS 128 (50.39% from 255) = 45.71%

 BLUE value IS 55 (21.88% from 255) = 19.64%

R = 34.64%
G = 45.71%
B = 19.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#618037 (or 0x618037) is known color: Dingley. HEX triplet: 61, 80 and 37. RGB value is (97,128,55). Sum of RGB (Red+Green+Blue) = 97+128+55=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #618037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618037 is #9E7FC8. Grayscale: #6E6E6E. Windows color (decimal): -10387401 or 3637345. OLE color: 3637345.

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

Color convert

RGB 97 128 55 -
CMYK 0.24 0 0.57 0.50
HSL 85.48º 0.4% 0.36% -
HSV(B) 85.48º 0.57% 0.5% -
XYZ 13.34 18.26 6.44 -
YUV 110.41 96.73 118.44 -
System Red Green Blue C M Y K H S L
Decimal 97 128 55 0.24 0 0.57 0.50 85.48 0.4 0.36
Hex 61 80 37 18 0 39 32 55 28 24
Octal 141 200 67 30 0 71 62 125 50 44
Binary 1100001 10000000 110111 11000 0 111001 110010 1010101 101000 100100

Color Harmonies of #618037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618037

Black with #618037

Text Example


Text Example

White with #618037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618037; }

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

 H1.HeaderClassName
 {
   color: #618037;
 }
 .AnyTagClassName
 {
   color: #618037;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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