#62853A

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

Shades of Dingley #62853A

Tints of Dingley #62853A

Color information

#62853A (or 0x62853A) is unknown color: approx Dingley. HEX triplet: 62, 85 and 3A. RGB value is (98,133,58). Sum of RGB (Red+Green+Blue) = 98+133+58=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #62853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62853A is #9D7AC5. Grayscale: #727272. Windows color (decimal): -10320582 or 3835234. OLE color: 3835234.

HSL color Cylindrical-coordinate representation of color #62853A: hue angle of 88º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62853A is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB9813358-
CMYK0.2600.560.48
HSL88º39.27%37.45%-
HSV(B)88º56.39%52.16%-
XYZ14.1919.687.05-
YUV113.9896.4116.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.91%
GREEN value IS 133 (52.34% from 255) = 46.02%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=33.91%
G=46.02%
B=20.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98133580.2600.560.488839.2737.45
Hex62853A1A03830582725
Octal1422057232070601304745
Binary1100010100001011110101101001110001100001011000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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