Html Css Color HEX #628440 Dingley

📋 copy color: '#628440'

red 98 ◦ green 132 ◦ blue 64

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

Shades of Dingley #628440

Tints of Dingley #628440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.9%

 BLUE value IS 64 (25.39% from 255) = 21.77%

R = 33.33%
G = 44.9%
B = 21.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#628440 (or 0x628440) is known color: Dingley. HEX triplet: 62, 84 and 40. RGB value is (98,132,64). Sum of RGB (Red+Green+Blue) = 98+132+64=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #628440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628440 is #9D7BBF. Grayscale: #727272. Windows color (decimal): -10320832 or 4228194. OLE color: 4228194.

HSL color Cylindrical-coordinate representation of color #628440: hue angle of 90º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #628440 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 132 64 -
CMYK 0.26 0 0.52 0.48
HSL 90º 0.35% 0.38% -
HSV(B) 90º 0.52% 0.52% -
XYZ 14.21 19.47 7.86 -
YUV 114.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 98 132 64 0.26 0 0.52 0.48 90 0.35 0.38
Hex 62 84 40 1A 0 34 30 5A 23 26
Octal 142 204 100 32 0 64 60 132 43 46
Binary 1100010 10000100 1000000 11010 0 110100 110000 1011010 100011 100110

Color Harmonies of #628440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628440

Black with #628440

Text Example


Text Example

White with #628440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628440; }

 p { color: rgb(98,132,64); }

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

background-color css

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

 a { background-color: rgb(98,132,64); }

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

border-color css

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

 span { border-color: rgb(98,132,64); }

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