Html Css Color HEX #10863C Dark Spring Green

📋 copy color: '#10863C'

red 16 ◦ green 134 ◦ blue 60

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

Shades of Dark Spring Green #10863C

Tints of Dark Spring Green #10863C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 63.81%

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

R = 7.62%
G = 63.81%
B = 28.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#10863C (or 0x10863C) is known color: Dark Spring Green. HEX triplet: 10, 86 and 3C. RGB value is (16,134,60). Sum of RGB (Red+Green+Blue) = 16+134+60=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 134 (52.73% from 255 or 63.81% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 134 - color contains mainly: green. Hex color #10863C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10863C is #EF79C3. Grayscale: #5A5A5A. Windows color (decimal): -15694276 or 3966480. OLE color: 3966480.

HSL color Cylindrical-coordinate representation of color #10863C: hue angle of 142.37º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10863C is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 134 60 -
CMYK 0.88 0 0.55 0.47
HSL 142.37º 0.79% 0.29% -
HSV(B) 142.37º 0.88% 0.53% -
XYZ 9.55 17.49 7.15 -
YUV 90.28 110.91 75.02 -
System Red Green Blue C M Y K H S L
Decimal 16 134 60 0.88 0 0.55 0.47 142.37 0.79 0.29
Hex 10 86 3C 58 0 37 2F 8E 4F 1D
Octal 20 206 74 130 0 67 57 216 117 35
Binary 10000 10000110 111100 1011000 0 110111 101111 10001110 1001111 11101

Color Harmonies of #10863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10863C

Black with #10863C

Text Example


Text Example

White with #10863C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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