Html Css Color HEX #108040 Dark Spring Green

📋 copy color: '#108040'

red 16 ◦ green 128 ◦ blue 64

#108040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #108040

Tints of Dark Spring Green #108040

RGB

 RED value IS 16 (6.64% from 255) = 7.69%

 GREEN value IS 128 (50.39% from 255) = 61.54%

 BLUE value IS 64 (25.39% from 255) = 30.77%

R = 7.69%
G = 61.54%
B = 30.77%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#108040 (or 0x108040) is known color: Dark Spring Green. HEX triplet: 10, 80 and 40. RGB value is (16,128,64). Sum of RGB (Red+Green+Blue) = 16+128+64=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 128 (50.39% from 255 or 61.54% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 128 - color contains mainly: green. Hex color #108040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108040 is #EF7FBF. Grayscale: #575757. Windows color (decimal): -15695808 or 4227088. OLE color: 4227088.

HSL color Cylindrical-coordinate representation of color #108040: hue angle of 145.71º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108040 is Cyan = 0.88, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 128 64 -
CMYK 0.88 0 0.5 0.50
HSL 145.71º 0.78% 0.28% -
HSV(B) 145.71º 0.88% 0.5% -
XYZ 8.86 15.92 7.46 -
YUV 87.22 114.89 77.2 -
System Red Green Blue C M Y K H S L
Decimal 16 128 64 0.88 0 0.5 0.50 145.71 0.78 0.28
Hex 10 80 40 58 0 32 32 92 4E 1C
Octal 20 200 100 130 0 62 62 222 116 34
Binary 10000 10000000 1000000 1011000 0 110010 110010 10010010 1001110 11100

Color Harmonies of #108040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108040

Black with #108040

Text Example


Text Example

White with #108040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108040; }

 p { color: rgb(16,128,64); }

 H1.HeaderClassName
 {
   color: #108040;
 }
 .AnyTagClassName
 {
   color: #108040;
 }
</style>

background-color css

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

 a { background-color: rgb(16,128,64); }

 div.DivClassName
 {
   background-color: #108040;
 }
 .BgClassName
 {
   background-color: #108040;
 }
</style>

border-color css

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

 span { border-color: rgb(16,128,64); }

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