#62803A

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

Shades of Dingley #62803A

Tints of Dingley #62803A

Color information

#62803A (or 0x62803A) is unknown color: approx Dingley. HEX triplet: 62, 80 and 3A. RGB value is (98,128,58). Sum of RGB (Red+Green+Blue) = 98+128+58=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #62803A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62803A is #9D7FC5. Grayscale: #6F6F6F. Windows color (decimal): -10321862 or 3833954. OLE color: 3833954.

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

Color convert

RGB9812858-
CMYK0.2300.550.50
HSL85.71º37.63%36.47%-
HSV(B)85.71º54.69%50.2%-
XYZ13.5218.346.83-
YUV111.0598.06118.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.51%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 58 (23.05% from 255) = 20.42%
R=34.51%
G=45.07%
B=20.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98128580.2300.550.5085.7137.6336.47
Hex62803A1703732562624
Octal1422007227067621264644
Binary1100010100000001110101011101101111100101010110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62803A; }

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

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

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

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

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

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

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

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