#5C8738

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

Shades of Dingley #5C8738

Tints of Dingley #5C8738

Color information

#5C8738 (or 0x5C8738) is unknown color: approx Dingley. HEX triplet: 5C, 87 and 38. RGB value is (92,135,56). Sum of RGB (Red+Green+Blue) = 92+135+56=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #5C8738 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8738 is #A378C7. Grayscale: #717171. Windows color (decimal): -10713288 or 3704668. OLE color: 3704668.

HSL color Cylindrical-coordinate representation of color #5C8738: hue angle of 92.66º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C8738 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB9213556-
CMYK0.3200.590.47
HSL92.66º41.36%37.45%-
HSV(B)92.66º58.52%52.94%-
XYZ13.7919.896.85-
YUV113.1495.75112.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.51%
GREEN value IS 135 (53.12% from 255) = 47.70%
BLUE value IS 56 (22.27% from 255) = 19.79%
R=32.51%
G=47.70%
B=19.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92135560.3200.590.4792.6641.3637.45
Hex5C87382003B2F5d2925
Octal1342077040073571355145
Binary10111001000011111100010000001110111011111011101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,135,56); }

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

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

 a { background-color: rgb(92,135,56); }

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

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

 span { border-color: rgb(92,135,56); }

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