Html Css Color HEX #628349 Dingley

📋 copy color: '#628349'

red 98 ◦ green 131 ◦ blue 73

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

Shades of Dingley #628349

Tints of Dingley #628349

RGB

 RED value IS 98 (38.67% from 255) = 32.45%

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

 BLUE value IS 73 (28.91% from 255) = 24.17%

R = 32.45%
G = 43.38%
B = 24.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#628349 (or 0x628349) is known color: Dingley. HEX triplet: 62, 83 and 49. RGB value is (98,131,73). Sum of RGB (Red+Green+Blue) = 98+131+73=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #628349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628349 is #9D7CB6. Grayscale: #727272. Windows color (decimal): -10321079 or 4817762. OLE color: 4817762.

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

Color convert

RGB 98 131 73 -
CMYK 0.25 0 0.44 0.49
HSL 94.14º 0.28% 0.4% -
HSV(B) 94.14º 0.44% 0.51% -
XYZ 14.36 19.31 9.27 -
YUV 114.52 104.57 116.22 -
System Red Green Blue C M Y K H S L
Decimal 98 131 73 0.25 0 0.44 0.49 94.14 0.28 0.4
Hex 62 83 49 19 0 2C 31 5E 1C 28
Octal 142 203 111 31 0 54 61 136 34 50
Binary 1100010 10000011 1001001 11001 0 101100 110001 1011110 11100 101000

Color Harmonies of #628349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628349

Black with #628349

Text Example


Text Example

White with #628349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628349; }

 p { color: rgb(98,131,73); }

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

background-color css

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

 a { background-color: rgb(98,131,73); }

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

border-color css

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

 span { border-color: rgb(98,131,73); }

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