#638940

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

Shades of Dingley #638940

Tints of Dingley #638940

Color information

#638940 (or 0x638940) is unknown color: approx Dingley. HEX triplet: 63, 89 and 40. RGB value is (99,137,64). Sum of RGB (Red+Green+Blue) = 99+137+64=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #638940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638940 is #9C76BF. Grayscale: #757575. Windows color (decimal): -10254016 or 4229475. OLE color: 4229475.

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

Color convert

RGB9913764-
CMYK0.2800.530.46
HSL91.23º36.32%39.41%-
HSV(B)91.23º53.28%53.73%-
XYZ15.0220.918.1-
YUV117.3297.91114.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33%
GREEN value IS 137 (53.91% from 255) = 45.67%
BLUE value IS 64 (25.39% from 255) = 21.33%
R=33%
G=45.67%
B=21.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99137640.2800.530.4691.2336.3239.41
Hex6389401C0352E5b2427
Octal14321110034065561334447
Binary11000111000100110000001110001101011011101011011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638940; }

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

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

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

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

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

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

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

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