#8DB483

Color #8DB483 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #8DB483

Tints of Dark Sea Green #8DB483

Color information

#8DB483 (or 0x8DB483) is unknown color: approx Dark Sea Green. HEX triplet: 8D, B4 and 83. RGB value is (141,180,131). Sum of RGB (Red+Green+Blue) = 141+180+131=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB483 is #724B7C. Grayscale: #A2A2A2. Windows color (decimal): -7490429 or 8631437. OLE color: 8631437.

HSL color Cylindrical-coordinate representation of color #8DB483: hue angle of 107.76º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DB483 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB141180131-
CMYK0.2200.270.29
HSL107.76º24.62%60.98%-
HSV(B)107.76º27.22%70.59%-
XYZ31.439.9427.53-
YUV162.75110.08112.48-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.19%
GREEN value IS 180 (70.70% from 255) = 39.82%
BLUE value IS 131 (51.56% from 255) = 28.98%
R=31.19%
G=39.82%
B=28.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411801310.2200.270.29107.7624.6260.98
Hex8DB4831601B1D6c193d
Octal21526420326033351543175
Binary1000110110110100100000111011001101111101110110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DB483; }

 p { color: rgb(141,180,131); }

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

<style>
 a { background-color: #8DB483; }

 a { background-color: rgb(141,180,131); }

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

<style>
 span { border-color: #8DB483; }

 span { border-color: rgb(141,180,131); }

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