Html Css Color HEX #10853B Dark Spring Green

📋 copy color: '#10853B'

red 16 ◦ green 133 ◦ blue 59

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

Shades of Dark Spring Green #10853B

Tints of Dark Spring Green #10853B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.37%

R = 7.69%
G = 63.94%
B = 28.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#10853B (or 0x10853B) is known color: Dark Spring Green. HEX triplet: 10, 85 and 3B. RGB value is (16,133,59). Sum of RGB (Red+Green+Blue) = 16+133+59=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 133 (52.34% from 255 or 63.94% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 133 - color contains mainly: green. Hex color #10853B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10853B is #EF7AC4. Grayscale: #595959. Windows color (decimal): -15694533 or 3900688. OLE color: 3900688.

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

Color convert

RGB 16 133 59 -
CMYK 0.88 0 0.56 0.48
HSL 142.05º 0.79% 0.29% -
HSV(B) 142.05º 0.88% 0.52% -
XYZ 9.39 17.2 6.96 -
YUV 89.58 110.74 75.52 -
System Red Green Blue C M Y K H S L
Decimal 16 133 59 0.88 0 0.56 0.48 142.05 0.79 0.29
Hex 10 85 3B 58 0 38 30 8E 4F 1D
Octal 20 205 73 130 0 70 60 216 117 35
Binary 10000 10000101 111011 1011000 0 111000 110000 10001110 1001111 11101

Color Harmonies of #10853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10853B

Black with #10853B

Text Example


Text Example

White with #10853B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10853B; }

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

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

background-color css

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

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

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

border-color css

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

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

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