#638540

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

Shades of Dingley #638540

Tints of Dingley #638540

Color information

#638540 (or 0x638540) is unknown color: approx Dingley. HEX triplet: 63, 85 and 40. RGB value is (99,133,64). Sum of RGB (Red+Green+Blue) = 99+133+64=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #638540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638540 is #9C7ABF. Grayscale: #737373. Windows color (decimal): -10255040 or 4228451. OLE color: 4228451.

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

Color convert

RGB9913364-
CMYK0.2600.520.48
HSL89.57º35.03%38.63%-
HSV(B)89.57º51.88%52.16%-
XYZ14.4619.87.91-
YUV114.9799.24116.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.45%
GREEN value IS 133 (52.34% from 255) = 44.93%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=33.45%
G=44.93%
B=21.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99133640.2600.520.4889.5735.0338.63
Hex6385401A034305a2327
Octal14320510032064601324347
Binary11000111000010110000001101001101001100001011010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638540; }

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

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

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

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

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

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

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

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