#638047

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

Shades of Dingley #638047

Tints of Dingley #638047

Color information

#638047 (or 0x638047) is unknown color: approx Dingley. HEX triplet: 63, 80 and 47. RGB value is (99,128,71). Sum of RGB (Red+Green+Blue) = 99+128+71=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #638047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638047 is #9C7FB8. Grayscale: #717171. Windows color (decimal): -10256313 or 4685923. OLE color: 4685923.

HSL color Cylindrical-coordinate representation of color #638047: hue angle of 90.53º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #638047 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB9912871-
CMYK0.2300.450.50
HSL90.53º28.64%39.02%-
HSV(B)90.53º44.53%50.2%-
XYZ1418.558.8-
YUV112.83104.39118.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.22%
GREEN value IS 128 (50.39% from 255) = 42.95%
BLUE value IS 71 (28.12% from 255) = 23.83%
R=33.22%
G=42.95%
B=23.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99128710.2300.450.5090.5328.6439.02
Hex6380471702D325b1d27
Octal14320010727055621333547
Binary1100011100000001000111101110101101110010101101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638047; }

 p { color: rgb(99,128,71); }

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

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

 a { background-color: rgb(99,128,71); }

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

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

 span { border-color: rgb(99,128,71); }

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