Html Css Color HEX #618944 Dingley

📋 copy color: '#618944'

red 97 ◦ green 137 ◦ blue 68

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

Shades of Dingley #618944

Tints of Dingley #618944

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.36%

 BLUE value IS 68 (26.95% from 255) = 22.52%

R = 32.12%
G = 45.36%
B = 22.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#618944 (or 0x618944) is known color: Dingley. HEX triplet: 61, 89 and 44. RGB value is (97,137,68). Sum of RGB (Red+Green+Blue) = 97+137+68=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #618944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618944 is #9E76BB. Grayscale: #757575. Windows color (decimal): -10385084 or 4491617. OLE color: 4491617.

HSL color Cylindrical-coordinate representation of color #618944: hue angle of 94.78º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #618944 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 137 68 -
CMYK 0.29 0 0.50 0.46
HSL 94.78º 0.34% 0.4% -
HSV(B) 94.78º 0.5% 0.54% -
XYZ 14.92 20.85 8.71 -
YUV 117.17 100.25 113.61 -
System Red Green Blue C M Y K H S L
Decimal 97 137 68 0.29 0 0.50 0.46 94.78 0.34 0.4
Hex 61 89 44 1D 0 32 2E 5F 22 28
Octal 141 211 104 35 0 62 56 137 42 50
Binary 1100001 10001001 1000100 11101 0 110010 101110 1011111 100010 101000

Color Harmonies of #618944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618944

Black with #618944

Text Example


Text Example

White with #618944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618944; }

 p { color: rgb(97,137,68); }

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

background-color css

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

 a { background-color: rgb(97,137,68); }

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

border-color css

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

 span { border-color: rgb(97,137,68); }

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