#197206

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

Shades of Green #197206

Tints of Green #197206

Color information

#197206 (or 0x197206) is unknown color: approx Green. HEX triplet: 19, 72 and 06. RGB value is (25,114,6). Sum of RGB (Red+Green+Blue) = 25+114+6=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 114 (44.92% from 255 or 78.62% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 114 - color contains mainly: green. Hex color #197206 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #197206 is #E68DF9. Grayscale: #4B4B4B. Windows color (decimal): -15109626 or 422425. OLE color: 422425.

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

Color convert

RGB251146-
CMYK0.7800.950.55
HSL109.44º90%23.53%-
HSV(B)109.44º94.74%44.71%-
XYZ6.4512.252.2-
YUV75.0889.0192.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.24%
GREEN value IS 114 (44.92% from 255) = 78.62%
BLUE value IS 6 (2.73% from 255) = 4.14%
R=17.24%
G=78.62%
B=4.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2511460.7800.950.55109.449023.53
Hex197264E05F376d5a18
Octal31162611601376715513230
Binary1100111100101101001110010111111101111101101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197206; }

 p { color: rgb(25,114,6); }

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

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

 a { background-color: rgb(25,114,6); }

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

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

 span { border-color: rgb(25,114,6); }

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