#648036

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

Shades of Dingley #648036

Tints of Dingley #648036

Color information

#648036 (or 0x648036) is unknown color: approx Dingley. HEX triplet: 64, 80 and 36. RGB value is (100,128,54). Sum of RGB (Red+Green+Blue) = 100+128+54=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #648036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648036 is #9B7FC9. Grayscale: #6F6F6F. Windows color (decimal): -10190794 or 3571812. OLE color: 3571812.

HSL color Cylindrical-coordinate representation of color #648036: hue angle of 82.7º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #648036 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB10012854-
CMYK0.2200.580.50
HSL82.7º40.66%35.69%-
HSV(B)82.7º57.81%50.2%-
XYZ13.6418.416.33-
YUV111.1995.72120.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.46%
GREEN value IS 128 (50.39% from 255) = 45.39%
BLUE value IS 54 (21.48% from 255) = 19.15%
R=35.46%
G=45.39%
B=19.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100128540.2200.580.5082.740.6635.69
Hex6480361603A32532924
Octal1442006626072621235144
Binary1100100100000001101101011001110101100101010011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648036; }

 p { color: rgb(100,128,54); }

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

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

 a { background-color: rgb(100,128,54); }

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

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

 span { border-color: rgb(100,128,54); }

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