#108533

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

Shades of Dark Spring Green #108533

Tints of Dark Spring Green #108533

Color information

#108533 (or 0x108533) is unknown color: approx Dark Spring Green. HEX triplet: 10, 85 and 33. RGB value is (16,133,51). Sum of RGB (Red+Green+Blue) = 16+133+51=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 133 (52.34% from 255 or 66.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 133 - color contains mainly: green. Hex color #108533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108533 is #EF7ACC. Grayscale: #585858. Windows color (decimal): -15694541 or 3376400. OLE color: 3376400.

HSL color Cylindrical-coordinate representation of color #108533: hue angle of 137.95º 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 #108533 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1613351-
CMYK0.8800.620.48
HSL137.95º78.52%29.22%-
HSV(B)137.95º87.97%52.16%-
XYZ9.217.125.95-
YUV88.67106.7476.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8%
GREEN value IS 133 (52.34% from 255) = 66.5%
BLUE value IS 51 (20.31% from 255) = 25.5%
R=8%
G=66.5%
B=25.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16133510.8800.620.48137.9578.5229.22
Hex1085335803E308a4f1d
Octal20205631300766021211735
Binary10000100001011100111011000011111011000010001010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108533; }

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

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

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

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

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

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

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

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