Html Css Color HEX #618345 Dingley

📋 copy color: '#618345'

red 97 ◦ green 131 ◦ blue 69

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

Shades of Dingley #618345

Tints of Dingley #618345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.11%

 BLUE value IS 69 (27.34% from 255) = 23.23%

R = 32.66%
G = 44.11%
B = 23.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#618345 (or 0x618345) is known color: Dingley. HEX triplet: 61, 83 and 45. RGB value is (97,131,69). Sum of RGB (Red+Green+Blue) = 97+131+69=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #618345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618345 is #9E7CBA. Grayscale: #717171. Windows color (decimal): -10386619 or 4555617. OLE color: 4555617.

HSL color Cylindrical-coordinate representation of color #618345: hue angle of 92.9º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #618345 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 131 69 -
CMYK 0.26 0 0.47 0.49
HSL 92.9º 0.31% 0.39% -
HSV(B) 92.9º 0.47% 0.51% -
XYZ 14.12 19.2 8.59 -
YUV 113.77 102.74 116.04 -
System Red Green Blue C M Y K H S L
Decimal 97 131 69 0.26 0 0.47 0.49 92.9 0.31 0.39
Hex 61 83 45 1A 0 2F 31 5D 1F 27
Octal 141 203 105 32 0 57 61 135 37 47
Binary 1100001 10000011 1000101 11010 0 101111 110001 1011101 11111 100111

Color Harmonies of #618345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618345

Black with #618345

Text Example


Text Example

White with #618345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618345; }

 p { color: rgb(97,131,69); }

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

background-color css

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

 a { background-color: rgb(97,131,69); }

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

border-color css

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

 span { border-color: rgb(97,131,69); }

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