Html Css Color HEX #618240 Dingley

📋 copy color: '#618240'

red 97 ◦ green 130 ◦ blue 64

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

Shades of Dingley #618240

Tints of Dingley #618240

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 value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#618240 (or 0x618240) is known color: 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

RGB 97 130 64 -
CMYK 0.25 0 0.51 0.49
HSL 90º 0.34% 0.38% -
HSV(B) 90º 0.51% 0.51% -
XYZ 13.84 18.88 7.76 -
YUV 112.61 100.57 116.87 -
System Red Green Blue C M Y K H S L
Decimal 97 130 64 0.25 0 0.51 0.49 90 0.34 0.38
Hex 61 82 40 19 0 33 31 5A 22 26
Octal 141 202 100 31 0 63 61 132 42 46
Binary 1100001 10000010 1000000 11001 0 110011 110001 1011010 100010 100110

Color Harmonies of #618240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618240

Black with #618240

Text Example


Text Example

White with #618240

Text Example


Text Example

HTML Codes & Css Web 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>