#65803A

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

Shades of Dingley #65803A

Tints of Dingley #65803A

Color information

#65803A (or 0x65803A) is unknown color: approx Dingley. HEX triplet: 65, 80 and 3A. RGB value is (101,128,58). Sum of RGB (Red+Green+Blue) = 101+128+58=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #65803A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65803A is #9A7FC5. Grayscale: #707070. Windows color (decimal): -10125254 or 3833957. OLE color: 3833957.

HSL color Cylindrical-coordinate representation of color #65803A: hue angle of 83.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65803A is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB10112858-
CMYK0.2100.550.50
HSL83.14º37.63%36.47%-
HSV(B)83.14º54.69%50.2%-
XYZ13.8518.516.85-
YUV111.9597.55120.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.19%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=35.19%
G=44.60%
B=20.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101128580.2100.550.5083.1437.6336.47
Hex65803A1503732532624
Octal1452007225067621234644
Binary1100101100000001110101010101101111100101010011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,128,58); }

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

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

 a { background-color: rgb(101,128,58); }

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

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

 span { border-color: rgb(101,128,58); }

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