#648542

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

Shades of Dingley #648542

Tints of Dingley #648542

Color information

#648542 (or 0x648542) is unknown color: approx Dingley. HEX triplet: 64, 85 and 42. RGB value is (100,133,66). Sum of RGB (Red+Green+Blue) = 100+133+66=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #648542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648542 is #9B7ABD. Grayscale: #737373. Windows color (decimal): -10189502 or 4359524. OLE color: 4359524.

HSL color Cylindrical-coordinate representation of color #648542: hue angle of 89.55º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #648542 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB10013366-
CMYK0.2500.500.48
HSL89.55º33.67%39.02%-
HSV(B)89.55º50.38%52.16%-
XYZ14.6319.888.22-
YUV115.5100.07116.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.44%
GREEN value IS 133 (52.34% from 255) = 44.48%
BLUE value IS 66 (26.17% from 255) = 22.07%
R=33.44%
G=44.48%
B=22.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100133660.2500.500.4889.5533.6739.02
Hex64854219032305a2227
Octal14420510231062601324247
Binary11001001000010110000101100101100101100001011010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648542; }

 p { color: rgb(100,133,66); }

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

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

 a { background-color: rgb(100,133,66); }

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

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

 span { border-color: rgb(100,133,66); }

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