#197348

Color #197348 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #197348

Tints of Dark Spring Green #197348

Color information

#197348 (or 0x197348) is unknown color: approx Dark Spring Green. HEX triplet: 19, 73 and 48. RGB value is (25,115,72). Sum of RGB (Red+Green+Blue) = 25+115+72=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #197348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197348 is #E68CB7. Grayscale: #535353. Windows color (decimal): -15109304 or 4748057. OLE color: 4748057.

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

Color convert

RGB2511572-
CMYK0.7800.370.55
HSL151.33º64.29%27.45%-
HSV(B)151.33º78.26%45.1%-
XYZ7.712.948.22-
YUV83.19121.6886.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.79%
GREEN value IS 115 (45.31% from 255) = 54.25%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=11.79%
G=54.25%
B=33.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25115720.7800.370.55151.3364.2927.45
Hex1973484E0253797401b
Octal311631101160456722710033
Binary11001111001110010001001110010010111011110010111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197348; }

 p { color: rgb(25,115,72); }

 H1.HeaderClassName
 {
   color: #197348;
 }
 .AnyTagClassName
 {
   color: #197348;
 }
</style>
background-color css

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

 a { background-color: rgb(25,115,72); }

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

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

 span { border-color: rgb(25,115,72); }

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