Html Css Color HEX #108535 Dark Spring Green

📋 copy color: '#108535'

red 16 ◦ green 133 ◦ blue 53

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

Shades of Dark Spring Green #108535

Tints of Dark Spring Green #108535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 65.84%

 BLUE value IS 53 (21.09% from 255) = 26.24%

R = 7.92%
G = 65.84%
B = 26.24%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#108535 (or 0x108535) is known color: Dark Spring Green. HEX triplet: 10, 85 and 35. RGB value is (16,133,53). Sum of RGB (Red+Green+Blue) = 16+133+53=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #108535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108535 is #EF7ACA. Grayscale: #595959. Windows color (decimal): -15694539 or 3507472. OLE color: 3507472.

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

Color convert

RGB 16 133 53 -
CMYK 0.88 0 0.60 0.48
HSL 138.97º 0.79% 0.29% -
HSV(B) 138.97º 0.88% 0.52% -
XYZ 9.24 17.14 6.19 -
YUV 88.9 107.74 76 -
System Red Green Blue C M Y K H S L
Decimal 16 133 53 0.88 0 0.60 0.48 138.97 0.79 0.29
Hex 10 85 35 58 0 3C 30 8B 4F 1D
Octal 20 205 65 130 0 74 60 213 117 35
Binary 10000 10000101 110101 1011000 0 111100 110000 10001011 1001111 11101

Color Harmonies of #108535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108535

Black with #108535

Text Example


Text Example

White with #108535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108535; }

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

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

background-color css

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

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

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

border-color css

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

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

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