Html Css Color HEX #618044 Dingley

📋 copy color: '#618044'

red 97 ◦ green 128 ◦ blue 68

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

Shades of Dingley #618044

Tints of Dingley #618044

RGB

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

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

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

R = 33.11%
G = 43.69%
B = 23.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#618044 (or 0x618044) is known color: Dingley. HEX triplet: 61, 80 and 44. RGB value is (97,128,68). Sum of RGB (Red+Green+Blue) = 97+128+68=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 128 - color contains mainly: green. Hex color #618044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618044 is #9E7FBB. Grayscale: #707070. Windows color (decimal): -10387388 or 4489313. OLE color: 4489313.

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

Color convert

RGB 97 128 68 -
CMYK 0.24 0 0.47 0.50
HSL 91º 0.31% 0.38% -
HSV(B) 91º 0.47% 0.5% -
XYZ 13.69 18.4 8.3 -
YUV 111.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 97 128 68 0.24 0 0.47 0.50 91 0.31 0.38
Hex 61 80 44 18 0 2F 32 5B 1F 26
Octal 141 200 104 30 0 57 62 133 37 46
Binary 1100001 10000000 1000100 11000 0 101111 110010 1011011 11111 100110

Color Harmonies of #618044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618044

Black with #618044

Text Example


Text Example

White with #618044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618044; }

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

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

background-color css

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

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

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

border-color css

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

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

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