#64833A

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

Shades of Dingley #64833A

Tints of Dingley #64833A

Color information

#64833A (or 0x64833A) is unknown color: approx Dingley. HEX triplet: 64, 83 and 3A. RGB value is (100,131,58). Sum of RGB (Red+Green+Blue) = 100+131+58=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #64833A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64833A is #9B7CC5. Grayscale: #717171. Windows color (decimal): -10190022 or 3834724. OLE color: 3834724.

HSL color Cylindrical-coordinate representation of color #64833A: hue angle of 85.48º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64833A is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB10013158-
CMYK0.2400.560.49
HSL85.48º38.62%37.06%-
HSV(B)85.48º55.73%51.37%-
XYZ14.1419.256.97-
YUV113.4196.73118.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 131 (51.56% from 255) = 45.33%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=34.60%
G=45.33%
B=20.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100131580.2400.560.4985.4838.6237.06
Hex64833A1803831552725
Octal1442037230070611254745
Binary1100100100000111110101100001110001100011010101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64833A; }

 p { color: rgb(100,131,58); }

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

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

 a { background-color: rgb(100,131,58); }

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

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

 span { border-color: rgb(100,131,58); }

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