Html Css Color HEX #618242 Dingley

📋 copy color: '#618242'

red 97 ◦ green 130 ◦ blue 66

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

Shades of Dingley #618242

Tints of Dingley #618242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.37%

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 33.11%
G = 44.37%
B = 22.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#618242 (or 0x618242) is known color: Dingley. HEX triplet: 61, 82 and 42. RGB value is (97,130,66). Sum of RGB (Red+Green+Blue) = 97+130+66=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #618242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618242 is #9E7DBD. Grayscale: #717171. Windows color (decimal): -10386878 or 4358753. OLE color: 4358753.

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

Color convert

RGB 97 130 66 -
CMYK 0.25 0 0.49 0.49
HSL 90.94º 0.33% 0.38% -
HSV(B) 90.94º 0.49% 0.51% -
XYZ 13.9 18.9 8.07 -
YUV 112.84 101.57 116.7 -
System Red Green Blue C M Y K H S L
Decimal 97 130 66 0.25 0 0.49 0.49 90.94 0.33 0.38
Hex 61 82 42 19 0 31 31 5B 21 26
Octal 141 202 102 31 0 61 61 133 41 46
Binary 1100001 10000010 1000010 11001 0 110001 110001 1011011 100001 100110

Color Harmonies of #618242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618242

Black with #618242

Text Example


Text Example

White with #618242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618242; }

 p { color: rgb(97,130,66); }

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

background-color css

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

 a { background-color: rgb(97,130,66); }

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

border-color css

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

 span { border-color: rgb(97,130,66); }

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