Html Css Color HEX #628045 Dingley

📋 copy color: '#628045'

red 98 ◦ green 128 ◦ blue 69

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

Shades of Dingley #628045

Tints of Dingley #628045

RGB

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

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

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

R = 33.22%
G = 43.39%
B = 23.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#628045 (or 0x628045) is known color: Dingley. HEX triplet: 62, 80 and 45. RGB value is (98,128,69). Sum of RGB (Red+Green+Blue) = 98+128+69=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #628045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628045 is #9D7FBA. Grayscale: #707070. Windows color (decimal): -10321851 or 4554850. OLE color: 4554850.

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

Color convert

RGB 98 128 69 -
CMYK 0.23 0 0.46 0.50
HSL 90.51º 0.3% 0.39% -
HSV(B) 90.51º 0.46% 0.5% -
XYZ 13.83 18.46 8.47 -
YUV 112.3 103.56 117.8 -
System Red Green Blue C M Y K H S L
Decimal 98 128 69 0.23 0 0.46 0.50 90.51 0.3 0.39
Hex 62 80 45 17 0 2E 32 5B 1E 27
Octal 142 200 105 27 0 56 62 133 36 47
Binary 1100010 10000000 1000101 10111 0 101110 110010 1011011 11110 100111

Color Harmonies of #628045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628045

Black with #628045

Text Example


Text Example

White with #628045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628045; }

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

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

background-color css

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

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

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

border-color css

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

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

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