#638740

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

Shades of Dingley #638740

Tints of Dingley #638740

Color information

#638740 (or 0x638740) is unknown color: approx Dingley. HEX triplet: 63, 87 and 40. RGB value is (99,135,64). Sum of RGB (Red+Green+Blue) = 99+135+64=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #638740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638740 is #9C78BF. Grayscale: #747474. Windows color (decimal): -10254528 or 4228963. OLE color: 4228963.

HSL color Cylindrical-coordinate representation of color #638740: hue angle of 90.42º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #638740 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB9913564-
CMYK0.2700.530.47
HSL90.42º35.68%39.02%-
HSV(B)90.42º52.59%52.94%-
XYZ14.7320.358-
YUV116.1498.57115.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.22%
GREEN value IS 135 (53.12% from 255) = 45.30%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=33.22%
G=45.30%
B=21.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99135640.2700.530.4790.4235.6839.02
Hex6387401B0352F5a2427
Octal14320710033065571324447
Binary11000111000011110000001101101101011011111011010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638740; }

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

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

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

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

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

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

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

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