#648035

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

Shades of Dingley #648035

Tints of Dingley #648035

Color information

#648035 (or 0x648035) is unknown color: approx Dingley. HEX triplet: 64, 80 and 35. RGB value is (100,128,53). Sum of RGB (Red+Green+Blue) = 100+128+53=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #648035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648035 is #9B7FCA. Grayscale: #6F6F6F. Windows color (decimal): -10190795 or 3506276. OLE color: 3506276.

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

Color convert

RGB10012853-
CMYK0.2200.590.50
HSL82.4º41.44%35.49%-
HSV(B)82.4º58.59%50.2%-
XYZ13.6218.46.2-
YUV111.0895.22120.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.59%
GREEN value IS 128 (50.39% from 255) = 45.55%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=35.59%
G=45.55%
B=18.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100128530.2200.590.5082.441.4435.49
Hex6480351603B32522923
Octal1442006526073621225143
Binary1100100100000001101011011001110111100101010010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648035; }

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

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

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

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

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

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

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

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