Html Css Color HEX #628048 Dingley

📋 copy color: '#628048'

red 98 ◦ green 128 ◦ blue 72

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

Shades of Dingley #628048

Tints of Dingley #628048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.16%

R = 32.89%
G = 42.95%
B = 24.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#628048 (or 0x628048) is known color: Dingley. HEX triplet: 62, 80 and 48. RGB value is (98,128,72). Sum of RGB (Red+Green+Blue) = 98+128+72=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #628048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628048 is #9D7FB7. Grayscale: #707070. Windows color (decimal): -10321848 or 4751458. OLE color: 4751458.

HSL color Cylindrical-coordinate representation of color #628048: hue angle of 92.14º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #628048 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 128 72 -
CMYK 0.23 0 0.44 0.50
HSL 92.14º 0.28% 0.39% -
HSV(B) 92.14º 0.44% 0.5% -
XYZ 13.93 18.5 8.97 -
YUV 112.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 98 128 72 0.23 0 0.44 0.50 92.14 0.28 0.39
Hex 62 80 48 17 0 2C 32 5C 1C 27
Octal 142 200 110 27 0 54 62 134 34 47
Binary 1100010 10000000 1001000 10111 0 101100 110010 1011100 11100 100111

Color Harmonies of #628048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628048

Black with #628048

Text Example


Text Example

White with #628048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628048; }

 p { color: rgb(98,128,72); }

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

background-color css

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

 a { background-color: rgb(98,128,72); }

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

border-color css

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

 span { border-color: rgb(98,128,72); }

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