Html Css Color HEX #618442 Dingley

📋 copy color: '#618442'

red 97 ◦ green 132 ◦ blue 66

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

Shades of Dingley #618442

Tints of Dingley #618442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.75%

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

R = 32.88%
G = 44.75%
B = 22.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#618442 (or 0x618442) is known color: Dingley. HEX triplet: 61, 84 and 42. RGB value is (97,132,66). Sum of RGB (Red+Green+Blue) = 97+132+66=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #618442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618442 is #9E7BBD. Grayscale: #727272. Windows color (decimal): -10386366 or 4359265. OLE color: 4359265.

HSL color Cylindrical-coordinate representation of color #618442: hue angle of 91.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #618442 is Cyan = 0.27, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 132 66 -
CMYK 0.27 0 0.5 0.48
HSL 91.82º 0.33% 0.39% -
HSV(B) 91.82º 0.5% 0.52% -
XYZ 14.16 19.44 8.16 -
YUV 114.01 100.9 115.87 -
System Red Green Blue C M Y K H S L
Decimal 97 132 66 0.27 0 0.5 0.48 91.82 0.33 0.39
Hex 61 84 42 1B 0 32 30 5C 21 27
Octal 141 204 102 33 0 62 60 134 41 47
Binary 1100001 10000100 1000010 11011 0 110010 110000 1011100 100001 100111

Color Harmonies of #618442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618442

Black with #618442

Text Example


Text Example

White with #618442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618442; }

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

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

background-color css

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

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

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

border-color css

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

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

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