Html Css Color HEX #619040 Dingley

📋 copy color: '#619040'

red 97 ◦ green 144 ◦ blue 64

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

Shades of Dingley #619040

Tints of Dingley #619040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.21%

 BLUE value IS 64 (25.39% from 255) = 20.98%

R = 31.8%
G = 47.21%
B = 20.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#619040 (or 0x619040) is known color: Dingley. HEX triplet: 61, 90 and 40. RGB value is (97,144,64). Sum of RGB (Red+Green+Blue) = 97+144+64=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #619040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619040 is #9E6FBF. Grayscale: #797979. Windows color (decimal): -10383296 or 4231265. OLE color: 4231265.

HSL color Cylindrical-coordinate representation of color #619040: hue angle of 95.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619040 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 144 64 -
CMYK 0.33 0 0.56 0.44
HSL 95.25º 0.38% 0.41% -
HSV(B) 95.25º 0.56% 0.56% -
XYZ 15.83 22.86 8.43 -
YUV 120.83 95.93 111 -
System Red Green Blue C M Y K H S L
Decimal 97 144 64 0.33 0 0.56 0.44 95.25 0.38 0.41
Hex 61 90 40 21 0 38 2C 5F 26 29
Octal 141 220 100 41 0 70 54 137 46 51
Binary 1100001 10010000 1000000 100001 0 111000 101100 1011111 100110 101001

Color Harmonies of #619040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619040

Black with #619040

Text Example


Text Example

White with #619040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619040; }

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

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

background-color css

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

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

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

border-color css

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

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

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