Html Css Color HEX #16713F Dark Spring Green

📋 copy color: '#16713F'

red 22 ◦ green 113 ◦ blue 63

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

Shades of Dark Spring Green #16713F

Tints of Dark Spring Green #16713F

RGB

 RED value IS 22 (8.98% from 255) = 11.11%

 GREEN value IS 113 (44.53% from 255) = 57.07%

 BLUE value IS 63 (25% from 255) = 31.82%

R = 11.11%
G = 57.07%
B = 31.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#16713F (or 0x16713F) is known color: Dark Spring Green. HEX triplet: 16, 71 and 3F. RGB value is (22,113,63). Sum of RGB (Red+Green+Blue) = 22+113+63=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #16713F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16713F is #E98EC0. Grayscale: #505050. Windows color (decimal): -15306433 or 4157718. OLE color: 4157718.

HSL color Cylindrical-coordinate representation of color #16713F: hue angle of 147.03º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16713F is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 22 113 63 -
CMYK 0.81 0 0.44 0.56
HSL 147.03º 0.67% 0.26% -
HSV(B) 147.03º 0.81% 0.44% -
XYZ 7.13 12.34 6.71 -
YUV 80.09 118.35 86.57 -
System Red Green Blue C M Y K H S L
Decimal 22 113 63 0.81 0 0.44 0.56 147.03 0.67 0.26
Hex 16 71 3F 51 0 2C 38 93 43 1A
Octal 26 161 77 121 0 54 70 223 103 32
Binary 10110 1110001 111111 1010001 0 101100 111000 10010011 1000011 11010

Color Harmonies of #16713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16713F

Black with #16713F

Text Example


Text Example

White with #16713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16713F; }

 p { color: rgb(22,113,63); }

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

background-color css

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

 a { background-color: rgb(22,113,63); }

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

border-color css

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

 span { border-color: rgb(22,113,63); }

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