Html Css Color HEX #628044 Dingley

📋 copy color: '#628044'

red 98 ◦ green 128 ◦ blue 68

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

Shades of Dingley #628044

Tints of Dingley #628044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.13%

R = 33.33%
G = 43.54%
B = 23.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#628044 (or 0x628044) is known color: Dingley. HEX triplet: 62, 80 and 44. RGB value is (98,128,68). Sum of RGB (Red+Green+Blue) = 98+128+68=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #628044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628044 is #9D7FBB. Grayscale: #707070. Windows color (decimal): -10321852 or 4489314. OLE color: 4489314.

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

Color convert

RGB 98 128 68 -
CMYK 0.23 0 0.47 0.50
HSL 90º 0.31% 0.38% -
HSV(B) 90º 0.47% 0.5% -
XYZ 13.8 18.45 8.3 -
YUV 112.19 103.06 117.88 -
System Red Green Blue C M Y K H S L
Decimal 98 128 68 0.23 0 0.47 0.50 90 0.31 0.38
Hex 62 80 44 17 0 2F 32 5A 1F 26
Octal 142 200 104 27 0 57 62 132 37 46
Binary 1100010 10000000 1000100 10111 0 101111 110010 1011010 11111 100110

Color Harmonies of #628044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628044

Black with #628044

Text Example


Text Example

White with #628044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628044; }

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

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

background-color css

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

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

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

border-color css

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

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

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