#638242

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

Shades of Dingley #638242

Tints of Dingley #638242

Color information

#638242 (or 0x638242) is unknown color: approx Dingley. HEX triplet: 63, 82 and 42. RGB value is (99,130,66). Sum of RGB (Red+Green+Blue) = 99+130+66=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #638242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638242 is #9C7DBD. Grayscale: #717171. Windows color (decimal): -10255806 or 4358755. OLE color: 4358755.

HSL color Cylindrical-coordinate representation of color #638242: hue angle of 89.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #638242 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB9913066-
CMYK0.2400.490.49
HSL89.06º32.65%38.43%-
HSV(B)89.06º49.23%50.98%-
XYZ14.1119.018.08-
YUV113.44101.23117.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=33.56%
G=44.07%
B=22.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99130660.2400.490.4989.0632.6538.43
Hex6382421803131592126
Octal14320210230061611314146
Binary11000111000001010000101100001100011100011011001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638242; }

 p { color: rgb(99,130,66); }

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

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

 a { background-color: rgb(99,130,66); }

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

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

 span { border-color: rgb(99,130,66); }

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