Html Css Color HEX #157449 Dark Spring Green

📋 copy color: '#157449'

red 21 ◦ green 116 ◦ blue 73

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

Shades of Dark Spring Green #157449

Tints of Dark Spring Green #157449

RGB

 RED value IS 21 (8.59% from 255) = 10%

 GREEN value IS 116 (45.7% from 255) = 55.24%

 BLUE value IS 73 (28.91% from 255) = 34.76%

R = 10%
G = 55.24%
B = 34.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#157449 (or 0x157449) is known color: Dark Spring Green. HEX triplet: 15, 74 and 49. RGB value is (21,116,73). Sum of RGB (Red+Green+Blue) = 21+116+73=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 116 (45.70% from 255 or 55.24% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 116 - color contains mainly: green. Hex color #157449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157449 is #EA8BB6. Grayscale: #525252. Windows color (decimal): -15371191 or 4813845. OLE color: 4813845.

HSL color Cylindrical-coordinate representation of color #157449: hue angle of 152.84º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157449 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 116 73 -
CMYK 0.82 0 0.37 0.55
HSL 152.84º 0.69% 0.27% -
HSV(B) 152.84º 0.82% 0.45% -
XYZ 7.76 13.13 8.43 -
YUV 82.69 122.53 84 -
System Red Green Blue C M Y K H S L
Decimal 21 116 73 0.82 0 0.37 0.55 152.84 0.69 0.27
Hex 15 74 49 52 0 25 37 99 45 1B
Octal 25 164 111 122 0 45 67 231 105 33
Binary 10101 1110100 1001001 1010010 0 100101 110111 10011001 1000101 11011

Color Harmonies of #157449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157449

Black with #157449

Text Example


Text Example

White with #157449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157449; }

 p { color: rgb(21,116,73); }

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

background-color css

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

 a { background-color: rgb(21,116,73); }

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

border-color css

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

 span { border-color: rgb(21,116,73); }

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