Html Css Color HEX #618346 Dingley

📋 copy color: '#618346'

red 97 ◦ green 131 ◦ blue 70

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

Shades of Dingley #618346

Tints of Dingley #618346

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.96%

 BLUE value IS 70 (27.73% from 255) = 23.49%

R = 32.55%
G = 43.96%
B = 23.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#618346 (or 0x618346) is known color: Dingley. HEX triplet: 61, 83 and 46. RGB value is (97,131,70). Sum of RGB (Red+Green+Blue) = 97+131+70=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #618346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618346 is #9E7CB9. Grayscale: #727272. Windows color (decimal): -10386618 or 4621153. OLE color: 4621153.

HSL color Cylindrical-coordinate representation of color #618346: hue angle of 93.44º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #618346 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 131 70 -
CMYK 0.26 0 0.47 0.49
HSL 93.44º 0.3% 0.39% -
HSV(B) 93.44º 0.47% 0.51% -
XYZ 14.15 19.22 8.76 -
YUV 113.88 103.24 115.96 -
System Red Green Blue C M Y K H S L
Decimal 97 131 70 0.26 0 0.47 0.49 93.44 0.3 0.39
Hex 61 83 46 1A 0 2F 31 5D 1E 27
Octal 141 203 106 32 0 57 61 135 36 47
Binary 1100001 10000011 1000110 11010 0 101111 110001 1011101 11110 100111

Color Harmonies of #618346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618346

Black with #618346

Text Example


Text Example

White with #618346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618346; }

 p { color: rgb(97,131,70); }

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

background-color css

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

 a { background-color: rgb(97,131,70); }

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

border-color css

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

 span { border-color: rgb(97,131,70); }

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