#628140

Color #628140 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #628140

Tints of Dingley #628140

Color information

#628140 (or 0x628140) is unknown color: approx Dingley. HEX triplet: 62, 81 and 40. RGB value is (98,129,64). Sum of RGB (Red+Green+Blue) = 98+129+64=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #628140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628140 is #9D7EBF. Grayscale: #707070. Windows color (decimal): -10321600 or 4227426. OLE color: 4227426.

HSL color Cylindrical-coordinate representation of color #628140: hue angle of 88.62º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #628140 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB9812964-
CMYK0.2400.500.49
HSL88.62º33.68%37.84%-
HSV(B)88.62º50.39%50.59%-
XYZ13.8118.677.73-
YUV112.32100.73117.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 129 (50.78% from 255) = 44.33%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=33.68%
G=44.33%
B=21.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98129640.2400.500.4988.6233.6837.84
Hex6281401803231592226
Octal14220110030062611314246
Binary11000101000000110000001100001100101100011011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628140; }

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

 H1.HeaderClassName
 {
   color: #628140;
 }
 .AnyTagClassName
 {
   color: #628140;
 }
</style>
background-color css

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

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

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

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

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

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