#62823B

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

Shades of Dingley #62823B

Tints of Dingley #62823B

Color information

#62823B (or 0x62823B) is unknown color: approx Dingley. HEX triplet: 62, 82 and 3B. RGB value is (98,130,59). Sum of RGB (Red+Green+Blue) = 98+130+59=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #62823B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62823B is #9D7DC4. Grayscale: #707070. Windows color (decimal): -10321349 or 3900002. OLE color: 3900002.

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

Color convert

RGB9813059-
CMYK0.2500.550.49
HSL87.04º37.57%37.06%-
HSV(B)87.04º54.62%50.98%-
XYZ13.8118.887.05-
YUV112.3497.9117.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=34.15%
G=45.30%
B=20.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98130590.2500.550.4987.0437.5737.06
Hex62823B1903731572625
Octal1422027331067611274645
Binary1100010100000101110111100101101111100011010111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62823B; }

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

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

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

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

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

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

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

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