#628036

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

Shades of Dingley #628036

Tints of Dingley #628036

Color information

#628036 (or 0x628036) is unknown color: approx Dingley. HEX triplet: 62, 80 and 36. RGB value is (98,128,54). Sum of RGB (Red+Green+Blue) = 98+128+54=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #628036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628036 is #9D7FC9. Grayscale: #6E6E6E. Windows color (decimal): -10321866 or 3571810. OLE color: 3571810.

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

Color convert

RGB9812854-
CMYK0.2300.580.50
HSL84.32º40.66%35.69%-
HSV(B)84.32º57.81%50.2%-
XYZ13.4218.36.32-
YUV110.5996.06119.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 128 (50.39% from 255) = 45.71%
BLUE value IS 54 (21.48% from 255) = 19.29%
R=35%
G=45.71%
B=19.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98128540.2300.580.5084.3240.6635.69
Hex6280361703A32542924
Octal1422006627072621245144
Binary1100010100000001101101011101110101100101010100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628036; }

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

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

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

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

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

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

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

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