#63913E

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

Shades of Dingley #63913E

Tints of Dingley #63913E

Color information

#63913E (or 0x63913E) is unknown color: approx Dingley. HEX triplet: 63, 91 and 3E. RGB value is (99,145,62). Sum of RGB (Red+Green+Blue) = 99+145+62=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #63913E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63913E is #9C6EC1. Grayscale: #7A7A7A. Windows color (decimal): -10251970 or 4100451. OLE color: 4100451.

HSL color Cylindrical-coordinate representation of color #63913E: hue angle of 93.25º degrees, saturation: 0.4, 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 #63913E is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB9914562-
CMYK0.3200.570.43
HSL93.25º40.1%40.59%-
HSV(B)93.25º57.24%56.86%-
XYZ16.1423.258.19-
YUV121.7894.26111.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.35%
GREEN value IS 145 (57.03% from 255) = 47.39%
BLUE value IS 62 (24.61% from 255) = 20.26%
R=32.35%
G=47.39%
B=20.26%

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
Decimal99145620.3200.570.4393.2540.140.59
Hex63913E200392B5d2829
Octal1432217640071531355051
Binary11000111001000111111010000001110011010111011101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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