#64833D

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

Shades of Dingley #64833D

Tints of Dingley #64833D

Color information

#64833D (or 0x64833D) is unknown color: approx Dingley. HEX triplet: 64, 83 and 3D. RGB value is (100,131,61). Sum of RGB (Red+Green+Blue) = 100+131+61=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #64833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64833D is #9B7CC2. Grayscale: #717171. Windows color (decimal): -10190019 or 4031332. OLE color: 4031332.

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

Color convert

RGB10013161-
CMYK0.2400.530.49
HSL86.57º36.46%37.65%-
HSV(B)86.57º53.44%51.37%-
XYZ14.2119.287.39-
YUV113.7598.23118.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.25%
GREEN value IS 131 (51.56% from 255) = 44.86%
BLUE value IS 61 (24.22% from 255) = 20.89%
R=34.25%
G=44.86%
B=20.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100131610.2400.530.4986.5736.4637.65
Hex64833D1803531572426
Octal1442037530065611274446
Binary1100100100000111111011100001101011100011010111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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