#628240

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

Shades of Dingley #628240

Tints of Dingley #628240

Color information

#628240 (or 0x628240) is unknown color: approx Dingley. HEX triplet: 62, 82 and 40. RGB value is (98,130,64). Sum of RGB (Red+Green+Blue) = 98+130+64=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #628240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628240 is #9D7DBF. Grayscale: #717171. Windows color (decimal): -10321344 or 4227682. OLE color: 4227682.

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

Color convert

RGB9813064-
CMYK0.2500.510.49
HSL89.09º34.02%38.04%-
HSV(B)89.09º50.77%50.98%-
XYZ13.9518.937.77-
YUV112.91100.4117.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.56%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 64 (25.39% from 255) = 21.92%
R=33.56%
G=44.52%
B=21.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98130640.2500.510.4989.0934.0238.04
Hex6282401903331592226
Octal14220210031063611314246
Binary11000101000001010000001100101100111100011011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628240; }

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

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

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

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

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

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

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

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