Html Css Color HEX #10853C Dark Spring Green

📋 copy color: '#10853C'

red 16 ◦ green 133 ◦ blue 60

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

Shades of Dark Spring Green #10853C

Tints of Dark Spring Green #10853C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.71%

R = 7.66%
G = 63.64%
B = 28.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#10853C (or 0x10853C) is known color: Dark Spring Green. HEX triplet: 10, 85 and 3C. RGB value is (16,133,60). Sum of RGB (Red+Green+Blue) = 16+133+60=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #10853C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10853C is #EF7AC3. Grayscale: #595959. Windows color (decimal): -15694532 or 3966224. OLE color: 3966224.

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

Color convert

RGB 16 133 60 -
CMYK 0.88 0 0.55 0.48
HSL 142.56º 0.79% 0.29% -
HSV(B) 142.56º 0.88% 0.52% -
XYZ 9.42 17.21 7.1 -
YUV 89.7 111.24 75.44 -
System Red Green Blue C M Y K H S L
Decimal 16 133 60 0.88 0 0.55 0.48 142.56 0.79 0.29
Hex 10 85 3C 58 0 37 30 8F 4F 1D
Octal 20 205 74 130 0 67 60 217 117 35
Binary 10000 10000101 111100 1011000 0 110111 110000 10001111 1001111 11101

Color Harmonies of #10853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10853C

Black with #10853C

Text Example


Text Example

White with #10853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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