Html Css Color HEX #618237 Dingley

📋 copy color: '#618237'

red 97 ◦ green 130 ◦ blue 55

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

Shades of Dingley #618237

Tints of Dingley #618237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.5%

R = 34.4%
G = 46.1%
B = 19.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#618237 (or 0x618237) is known color: Dingley. HEX triplet: 61, 82 and 37. RGB value is (97,130,55). Sum of RGB (Red+Green+Blue) = 97+130+55=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #618237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618237 is #9E7DC8. Grayscale: #6F6F6F. Windows color (decimal): -10386889 or 3637857. OLE color: 3637857.

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

Color convert

RGB 97 130 55 -
CMYK 0.25 0 0.58 0.49
HSL 86.4º 0.41% 0.36% -
HSV(B) 86.4º 0.58% 0.51% -
XYZ 13.6 18.78 6.52 -
YUV 111.58 96.07 117.6 -
System Red Green Blue C M Y K H S L
Decimal 97 130 55 0.25 0 0.58 0.49 86.4 0.41 0.36
Hex 61 82 37 19 0 3A 31 56 29 24
Octal 141 202 67 31 0 72 61 126 51 44
Binary 1100001 10000010 110111 11001 0 111010 110001 1010110 101001 100100

Color Harmonies of #618237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618237

Black with #618237

Text Example


Text Example

White with #618237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618237; }

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

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

background-color css

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

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

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

border-color css

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

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

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