#638245

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

Shades of Dingley #638245

Tints of Dingley #638245

Color information

#638245 (or 0x638245) is unknown color: approx Dingley. HEX triplet: 63, 82 and 45. RGB value is (99,130,69). Sum of RGB (Red+Green+Blue) = 99+130+69=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #638245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638245 is #9C7DBA. Grayscale: #717171. Windows color (decimal): -10255803 or 4555363. OLE color: 4555363.

HSL color Cylindrical-coordinate representation of color #638245: hue angle of 90.49º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #638245 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB9913069-
CMYK0.2400.470.49
HSL90.49º30.65%39.02%-
HSV(B)90.49º46.92%50.98%-
XYZ14.219.058.56-
YUV113.78102.73117.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.22%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 69 (27.34% from 255) = 23.15%
R=33.22%
G=43.62%
B=23.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99130690.2400.470.4990.4930.6539.02
Hex6382451802F315a1f27
Octal14320210530057611323747
Binary1100011100000101000101110000101111110001101101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638245; }

 p { color: rgb(99,130,69); }

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

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

 a { background-color: rgb(99,130,69); }

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

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

 span { border-color: rgb(99,130,69); }

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