Html Css Color HEX #196E4B Dark Spring Green

📋 copy color: '#196E4B'

red 25 ◦ green 110 ◦ blue 75

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

Shades of Dark Spring Green #196E4B

Tints of Dark Spring Green #196E4B

RGB

 RED value IS 25 (10.16% from 255) = 11.9%

 GREEN value IS 110 (43.36% from 255) = 52.38%

 BLUE value IS 75 (29.69% from 255) = 35.71%

R = 11.9%
G = 52.38%
B = 35.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#196E4B (or 0x196E4B) is known color: Dark Spring Green. HEX triplet: 19, 6E and 4B. RGB value is (25,110,75). Sum of RGB (Red+Green+Blue) = 25+110+75=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 110 (43.36% from 255 or 52.38% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 110 - color contains mainly: green. Hex color #196E4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196E4B is #E691B4. Grayscale: #505050. Windows color (decimal): -15110581 or 4943385. OLE color: 4943385.

HSL color Cylindrical-coordinate representation of color #196E4B: hue angle of 155.29º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196E4B is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 110 75 -
CMYK 0.77 0 0.32 0.57
HSL 155.29º 0.63% 0.26% -
HSV(B) 155.29º 0.77% 0.43% -
XYZ 7.25 11.87 8.57 -
YUV 80.6 124.84 88.35 -
System Red Green Blue C M Y K H S L
Decimal 25 110 75 0.77 0 0.32 0.57 155.29 0.63 0.26
Hex 19 6E 4B 4D 0 20 39 9B 3F 1A
Octal 31 156 113 115 0 40 71 233 77 32
Binary 11001 1101110 1001011 1001101 0 100000 111001 10011011 111111 11010

Color Harmonies of #196E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196E4B

Black with #196E4B

Text Example


Text Example

White with #196E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196E4B; }

 p { color: rgb(25,110,75); }

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

background-color css

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

 a { background-color: rgb(25,110,75); }

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

border-color css

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

 span { border-color: rgb(25,110,75); }

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