#638440

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

Shades of Dingley #638440

Tints of Dingley #638440

Color information

#638440 (or 0x638440) is unknown color: approx Dingley. HEX triplet: 63, 84 and 40. RGB value is (99,132,64). Sum of RGB (Red+Green+Blue) = 99+132+64=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #638440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638440 is #9C7BBF. Grayscale: #727272. Windows color (decimal): -10255296 or 4228195. OLE color: 4228195.

HSL color Cylindrical-coordinate representation of color #638440: hue angle of 89.12º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #638440 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB9913264-
CMYK0.2500.520.48
HSL89.12º34.69%38.43%-
HSV(B)89.12º51.52%51.76%-
XYZ14.3219.537.86-
YUV114.3899.57117.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=33.56%
G=44.75%
B=21.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99132640.2500.520.4889.1234.6938.43
Hex6384401903430592326
Octal14320410031064601314346
Binary11000111000010010000001100101101001100001011001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638440; }

 p { color: rgb(99,132,64); }

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

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

 a { background-color: rgb(99,132,64); }

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

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

 span { border-color: rgb(99,132,64); }

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