Html Css Color HEX #619141 Dingley

📋 copy color: '#619141'

red 97 ◦ green 145 ◦ blue 65

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

Shades of Dingley #619141

Tints of Dingley #619141

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.23%

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 31.6%
G = 47.23%
B = 21.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#619141 (or 0x619141) is known color: Dingley. HEX triplet: 61, 91 and 41. RGB value is (97,145,65). Sum of RGB (Red+Green+Blue) = 97+145+65=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #619141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619141 is #9E6EBE. Grayscale: #797979. Windows color (decimal): -10383039 or 4297057. OLE color: 4297057.

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

Color convert

RGB 97 145 65 -
CMYK 0.33 0 0.55 0.43
HSL 96º 0.38% 0.41% -
HSV(B) 96º 0.55% 0.57% -
XYZ 16.01 23.17 8.63 -
YUV 121.53 96.1 110.5 -
System Red Green Blue C M Y K H S L
Decimal 97 145 65 0.33 0 0.55 0.43 96 0.38 0.41
Hex 61 91 41 21 0 37 2B 60 26 29
Octal 141 221 101 41 0 67 53 140 46 51
Binary 1100001 10010001 1000001 100001 0 110111 101011 1100000 100110 101001

Color Harmonies of #619141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619141

Black with #619141

Text Example


Text Example

White with #619141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619141; }

 p { color: rgb(97,145,65); }

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

background-color css

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

 a { background-color: rgb(97,145,65); }

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

border-color css

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

 span { border-color: rgb(97,145,65); }

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