#108538

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

Shades of Dark Spring Green #108538

Tints of Dark Spring Green #108538

Color information

#108538 (or 0x108538) is unknown color: approx Dark Spring Green. HEX triplet: 10, 85 and 38. RGB value is (16,133,56). Sum of RGB (Red+Green+Blue) = 16+133+56=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #108538 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108538 is #EF7AC7. Grayscale: #595959. Windows color (decimal): -15694536 or 3704080. OLE color: 3704080.

HSL color Cylindrical-coordinate representation of color #108538: hue angle of 140.51º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108538 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1613356-
CMYK0.8800.580.48
HSL140.51º78.52%29.22%-
HSV(B)140.51º87.97%52.16%-
XYZ9.3217.176.56-
YUV89.24109.2475.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.80%
GREEN value IS 133 (52.34% from 255) = 64.88%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=7.80%
G=64.88%
B=27.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16133560.8800.580.48140.5178.5229.22
Hex1085385803A308d4f1d
Octal20205701300726021511735
Binary10000100001011110001011000011101011000010001101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108538; }

 p { color: rgb(16,133,56); }

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

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

 a { background-color: rgb(16,133,56); }

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

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

 span { border-color: rgb(16,133,56); }

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