#5E8236

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

Shades of Dingley #5E8236

Tints of Dingley #5E8236

Color information

#5E8236 (or 0x5E8236) is unknown color: approx Dingley. HEX triplet: 5E, 82 and 36. RGB value is (94,130,54). Sum of RGB (Red+Green+Blue) = 94+130+54=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #5E8236 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8236 is #A17DC9. Grayscale: #6E6E6E. Windows color (decimal): -10583498 or 3572318. OLE color: 3572318.

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

Color convert

RGB9413054-
CMYK0.2800.580.49
HSL88.42º41.3%36.08%-
HSV(B)88.42º58.46%50.98%-
XYZ13.2618.616.38-
YUV110.5796.07116.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.81%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 54 (21.48% from 255) = 19.42%
R=33.81%
G=46.76%
B=19.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal94130540.2800.580.4988.4241.336.08
Hex5E82361C03A31582924
Octal1362026634072611305144
Binary1011110100000101101101110001110101100011011000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,130,54); }

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

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

 a { background-color: rgb(94,130,54); }

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

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

 span { border-color: rgb(94,130,54); }

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