#628338

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

Shades of Dingley #628338

Tints of Dingley #628338

Color information

#628338 (or 0x628338) is unknown color: approx Dingley. HEX triplet: 62, 83 and 38. RGB value is (98,131,56). Sum of RGB (Red+Green+Blue) = 98+131+56=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #628338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628338 is #9D7CC7. Grayscale: #707070. Windows color (decimal): -10321096 or 3703650. OLE color: 3703650.

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

Color convert

RGB9813156-
CMYK0.2500.570.49
HSL86.4º40.11%36.67%-
HSV(B)86.4º57.25%51.37%-
XYZ13.8719.116.7-
YUV112.5896.07117.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.39%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=34.39%
G=45.96%
B=19.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98131560.2500.570.4986.440.1136.67
Hex6283381903931562825
Octal1422037031071611265045
Binary1100010100000111110001100101110011100011010110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628338; }

 p { color: rgb(98,131,56); }

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

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

 a { background-color: rgb(98,131,56); }

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

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

 span { border-color: rgb(98,131,56); }

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