#63913F

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

Shades of Dingley #63913F

Tints of Dingley #63913F

Color information

#63913F (or 0x63913F) is unknown color: approx Dingley. HEX triplet: 63, 91 and 3F. RGB value is (99,145,63). Sum of RGB (Red+Green+Blue) = 99+145+63=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #63913F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63913F is #9C6EC0. Grayscale: #7A7A7A. Windows color (decimal): -10251969 or 4165987. OLE color: 4165987.

HSL color Cylindrical-coordinate representation of color #63913F: hue angle of 93.66º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63913F is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB9914563-
CMYK0.3200.570.43
HSL93.66º39.42%40.78%-
HSV(B)93.66º56.55%56.86%-
XYZ16.1723.268.34-
YUV121.994.76111.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.25%
GREEN value IS 145 (57.03% from 255) = 47.23%
BLUE value IS 63 (25% from 255) = 20.52%
R=32.25%
G=47.23%
B=20.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99145630.3200.570.4393.6639.4240.78
Hex63913F200392B5e2729
Octal1432217740071531364751
Binary11000111001000111111110000001110011010111011110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63913F; }

 p { color: rgb(99,145,63); }

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

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

 a { background-color: rgb(99,145,63); }

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

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

 span { border-color: rgb(99,145,63); }

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