Html Css Color HEX #618341 Dingley

📋 copy color: '#618341'

red 97 ◦ green 131 ◦ blue 65

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

Shades of Dingley #618341

Tints of Dingley #618341

RGB

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

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

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

R = 33.11%
G = 44.71%
B = 22.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#618341 (or 0x618341) is known color: Dingley. HEX triplet: 61, 83 and 41. RGB value is (97,131,65). Sum of RGB (Red+Green+Blue) = 97+131+65=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #618341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618341 is #9E7CBE. Grayscale: #717171. Windows color (decimal): -10386623 or 4293473. OLE color: 4293473.

HSL color Cylindrical-coordinate representation of color #618341: hue angle of 90.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #618341 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 131 65 -
CMYK 0.26 0 0.50 0.49
HSL 90.91º 0.34% 0.38% -
HSV(B) 90.91º 0.5% 0.51% -
XYZ 14 19.16 7.96 -
YUV 113.31 100.74 116.37 -
System Red Green Blue C M Y K H S L
Decimal 97 131 65 0.26 0 0.50 0.49 90.91 0.34 0.38
Hex 61 83 41 1A 0 32 31 5B 22 26
Octal 141 203 101 32 0 62 61 133 42 46
Binary 1100001 10000011 1000001 11010 0 110010 110001 1011011 100010 100110

Color Harmonies of #618341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618341

Black with #618341

Text Example


Text Example

White with #618341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618341; }

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

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

background-color css

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

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

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

border-color css

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

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

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