#638044

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

Shades of Dingley #638044

Tints of Dingley #638044

Color information

#638044 (or 0x638044) is unknown color: approx Dingley. HEX triplet: 63, 80 and 44. RGB value is (99,128,68). Sum of RGB (Red+Green+Blue) = 99+128+68=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #638044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638044 is #9C7FBB. Grayscale: #707070. Windows color (decimal): -10256316 or 4489315. OLE color: 4489315.

HSL color Cylindrical-coordinate representation of color #638044: hue angle of 89º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #638044 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB9912868-
CMYK0.2300.470.50
HSL89º30.61%38.43%-
HSV(B)89º46.88%50.2%-
XYZ13.9118.518.31-
YUV112.49102.89118.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 68 (26.95% from 255) = 23.05%
R=33.56%
G=43.39%
B=23.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99128680.2300.470.508930.6138.43
Hex6380441702F32591f26
Octal14320010427057621313746
Binary1100011100000001000100101110101111110010101100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638044; }

 p { color: rgb(99,128,68); }

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

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

 a { background-color: rgb(99,128,68); }

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

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

 span { border-color: rgb(99,128,68); }

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