#62813D

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

Shades of Dingley #62813D

Tints of Dingley #62813D

Color information

#62813D (or 0x62813D) is unknown color: approx Dingley. HEX triplet: 62, 81 and 3D. RGB value is (98,129,61). Sum of RGB (Red+Green+Blue) = 98+129+61=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #62813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62813D is #9D7EC2. Grayscale: #707070. Windows color (decimal): -10321603 or 4030818. OLE color: 4030818.

HSL color Cylindrical-coordinate representation of color #62813D: hue angle of 87.35º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62813D is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB9812961-
CMYK0.2400.530.49
HSL87.35º35.79%37.25%-
HSV(B)87.35º52.71%50.59%-
XYZ13.7318.637.29-
YUV111.9899.23118.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.03%
GREEN value IS 129 (50.78% from 255) = 44.79%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=34.03%
G=44.79%
B=21.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98129610.2400.530.4987.3535.7937.25
Hex62813D1803531572425
Octal1422017530065611274445
Binary1100010100000011111011100001101011100011010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62813D; }

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

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

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

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

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

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

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

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