#5D7A3C

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

Shades of Dingley #5D7A3C

Tints of Dingley #5D7A3C

Color information

#5D7A3C (or 0x5D7A3C) is unknown color: approx Dingley. HEX triplet: 5D, 7A and 3C. RGB value is (93,122,60). Sum of RGB (Red+Green+Blue) = 93+122+60=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 122 - color contains mainly: green. Hex color #5D7A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7A3C is #A285C3. Grayscale: #6A6A6A. Windows color (decimal): -10651076 or 3963485. OLE color: 3963485.

HSL color Cylindrical-coordinate representation of color #5D7A3C: hue angle of 88.06º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D7A3C is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB9312260-
CMYK0.2400.510.52
HSL88.06º34.07%35.69%-
HSV(B)88.06º50.82%47.84%-
XYZ12.2916.576.83-
YUV106.26101.89118.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.82%
GREEN value IS 122 (48.05% from 255) = 44.36%
BLUE value IS 60 (23.83% from 255) = 21.82%
R=33.82%
G=44.36%
B=21.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93122600.2400.510.5288.0634.0735.69
Hex5D7A3C1803334582224
Octal1351727430063641304244
Binary101110111110101111001100001100111101001011000100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D7A3C; }

 p { color: rgb(93,122,60); }

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

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

 a { background-color: rgb(93,122,60); }

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

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

 span { border-color: rgb(93,122,60); }

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