#628446

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

Shades of Dingley #628446

Tints of Dingley #628446

Color information

#628446 (or 0x628446) is unknown color: approx Dingley. HEX triplet: 62, 84 and 46. RGB value is (98,132,70). Sum of RGB (Red+Green+Blue) = 98+132+70=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #628446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628446 is #9D7BB9. Grayscale: #727272. Windows color (decimal): -10320826 or 4621410. OLE color: 4621410.

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

Color convert

RGB9813270-
CMYK0.2600.470.48
HSL92.9º30.69%39.61%-
HSV(B)92.9º46.97%51.76%-
XYZ14.3919.548.81-
YUV114.77102.74116.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.67%
GREEN value IS 132 (51.95% from 255) = 44%
BLUE value IS 70 (27.73% from 255) = 23.33%
R=32.67%
G=44%
B=23.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98132700.2600.470.4892.930.6939.61
Hex6284461A02F305d1f28
Octal14220410632057601353750
Binary1100010100001001000110110100101111110000101110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628446; }

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

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

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

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

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

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

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

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