#62844B

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

Shades of Dingley #62844B

Tints of Dingley #62844B

Color information

#62844B (or 0x62844B) is unknown color: approx Dingley. HEX triplet: 62, 84 and 4B. RGB value is (98,132,75). Sum of RGB (Red+Green+Blue) = 98+132+75=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #62844B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62844B is #9D7BB4. Grayscale: #737373. Windows color (decimal): -10320821 or 4949090. OLE color: 4949090.

HSL color Cylindrical-coordinate representation of color #62844B: hue angle of 95.79º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62844B is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB9813275-
CMYK0.2600.430.48
HSL95.79º27.54%40.59%-
HSV(B)95.79º43.18%51.76%-
XYZ14.5619.619.67-
YUV115.34105.24115.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.13%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=32.13%
G=43.28%
B=24.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98132750.2600.430.4895.7927.5440.59
Hex62844B1A02B30601c29
Octal14220411332053601403451
Binary1100010100001001001011110100101011110000110000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,132,75); }

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

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

 a { background-color: rgb(98,132,75); }

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

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

 span { border-color: rgb(98,132,75); }

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