Html Css Color HEX #618042 Dingley

📋 copy color: '#618042'

red 97 ◦ green 128 ◦ blue 66

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

Shades of Dingley #618042

Tints of Dingley #618042

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.99%

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

R = 33.33%
G = 43.99%
B = 22.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#618042 (or 0x618042) is known color: Dingley. HEX triplet: 61, 80 and 42. RGB value is (97,128,66). Sum of RGB (Red+Green+Blue) = 97+128+66=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 128 - color contains mainly: green. Hex color #618042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618042 is #9E7FBD. Grayscale: #6F6F6F. Windows color (decimal): -10387390 or 4358241. OLE color: 4358241.

HSL color Cylindrical-coordinate representation of color #618042: hue angle of 90º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #618042 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 128 66 -
CMYK 0.24 0 0.48 0.50
HSL 90º 0.32% 0.38% -
HSV(B) 90º 0.48% 0.5% -
XYZ 13.63 18.37 7.98 -
YUV 111.66 102.23 117.54 -
System Red Green Blue C M Y K H S L
Decimal 97 128 66 0.24 0 0.48 0.50 90 0.32 0.38
Hex 61 80 42 18 0 30 32 5A 20 26
Octal 141 200 102 30 0 60 62 132 40 46
Binary 1100001 10000000 1000010 11000 0 110000 110010 1011010 100000 100110

Color Harmonies of #618042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618042

Black with #618042

Text Example


Text Example

White with #618042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618042; }

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

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

background-color css

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

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

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

border-color css

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

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

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