#648237

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

Shades of Dingley #648237

Tints of Dingley #648237

Color information

#648237 (or 0x648237) is unknown color: approx Dingley. HEX triplet: 64, 82 and 37. RGB value is (100,130,55). Sum of RGB (Red+Green+Blue) = 100+130+55=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #648237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648237 is #9B7DC8. Grayscale: #707070. Windows color (decimal): -10190281 or 3637860. OLE color: 3637860.

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

Color convert

RGB10013055-
CMYK0.2300.580.49
HSL84º40.54%36.27%-
HSV(B)84º57.69%50.98%-
XYZ13.9318.956.54-
YUV112.4895.56119.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 55 (21.88% from 255) = 19.30%
R=35.09%
G=45.61%
B=19.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130550.2300.580.498440.5436.27
Hex6482371703A31542924
Octal1442026727072611245144
Binary1100100100000101101111011101110101100011010100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648237; }

 p { color: rgb(100,130,55); }

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

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

 a { background-color: rgb(100,130,55); }

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

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

 span { border-color: rgb(100,130,55); }

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