#637952

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

Shades of Dingley #637952

Tints of Dingley #637952

Color information

#637952 (or 0x637952) is unknown color: approx Dingley. HEX triplet: 63, 79 and 52. RGB value is (99,121,82). Sum of RGB (Red+Green+Blue) = 99+121+82=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #637952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637952 is #9C86AD. Grayscale: #6E6E6E. Windows color (decimal): -10258094 or 5405027. OLE color: 5405027.

HSL color Cylindrical-coordinate representation of color #637952: hue angle of 93.85º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #637952 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB9912182-
CMYK0.1800.320.53
HSL93.85º19.21%39.8%-
HSV(B)93.85º32.23%47.45%-
XYZ13.5116.9410.54-
YUV109.98112.21120.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.78%
GREEN value IS 121 (47.66% from 255) = 40.07%
BLUE value IS 82 (32.42% from 255) = 27.15%
R=32.78%
G=40.07%
B=27.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99121820.1800.320.5393.8519.2139.8
Hex63795212020355e1328
Octal14317112222040651362350
Binary110001111110011010010100100100000110101101111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637952; }

 p { color: rgb(99,121,82); }

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

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

 a { background-color: rgb(99,121,82); }

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

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

 span { border-color: rgb(99,121,82); }

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