Html Css Color HEX #618D42 Dingley

📋 copy color: '#618D42'

red 97 ◦ green 141 ◦ blue 66

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

Shades of Dingley #618D42

Tints of Dingley #618D42

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.38%

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

R = 31.91%
G = 46.38%
B = 21.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#618D42 (or 0x618D42) is known color: Dingley. HEX triplet: 61, 8D and 42. RGB value is (97,141,66). Sum of RGB (Red+Green+Blue) = 97+141+66=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #618D42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618D42 is #9E72BD. Grayscale: #777777. Windows color (decimal): -10384062 or 4361569. OLE color: 4361569.

HSL color Cylindrical-coordinate representation of color #618D42: hue angle of 95.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #618D42 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 141 66 -
CMYK 0.31 0 0.53 0.45
HSL 95.2º 0.36% 0.41% -
HSV(B) 95.2º 0.53% 0.55% -
XYZ 15.44 21.98 8.58 -
YUV 119.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 97 141 66 0.31 0 0.53 0.45 95.2 0.36 0.41
Hex 61 8D 42 1F 0 35 2D 5F 24 29
Octal 141 215 102 37 0 65 55 137 44 51
Binary 1100001 10001101 1000010 11111 0 110101 101101 1011111 100100 101001

Color Harmonies of #618D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618D42

Black with #618D42

Text Example


Text Example

White with #618D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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