#5D8138

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

Shades of Dingley #5D8138

Tints of Dingley #5D8138

Color information

#5D8138 (or 0x5D8138) is unknown color: approx Dingley. HEX triplet: 5D, 81 and 38. RGB value is (93,129,56). Sum of RGB (Red+Green+Blue) = 93+129+56=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #5D8138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8138 is #A27EC7. Grayscale: #6E6E6E. Windows color (decimal): -10649288 or 3703133. OLE color: 3703133.

HSL color Cylindrical-coordinate representation of color #5D8138: hue angle of 89.59º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D8138 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB9312956-
CMYK0.2800.570.49
HSL89.59º39.46%36.27%-
HSV(B)89.59º56.59%50.59%-
XYZ13.0818.316.59-
YUV109.9197.57115.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.45%
GREEN value IS 129 (50.78% from 255) = 46.40%
BLUE value IS 56 (22.27% from 255) = 20.14%
R=33.45%
G=46.40%
B=20.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal93129560.2800.570.4989.5939.4636.27
Hex5D81381C039315a2724
Octal1352017034071611324744
Binary1011101100000011110001110001110011100011011010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,129,56); }

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

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

 a { background-color: rgb(93,129,56); }

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

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

 span { border-color: rgb(93,129,56); }

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