#207625

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

Shades of San Felix #207625

Tints of San Felix #207625

Color information

#207625 (or 0x207625) is unknown color: approx San Felix. HEX triplet: 20, 76 and 25. RGB value is (32,118,37). Sum of RGB (Red+Green+Blue) = 32+118+37=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 118 (46.48% from 255 or 63.10% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 118 - color contains mainly: green. Hex color #207625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207625 is #DF89DA. Grayscale: #535353. Windows color (decimal): -14649819 or 2455072. OLE color: 2455072.

HSL color Cylindrical-coordinate representation of color #207625: hue angle of 123.49º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207625 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB3211837-
CMYK0.7300.690.54
HSL123.49º57.33%29.41%-
HSV(B)123.49º72.88%46.27%-
XYZ7.4113.43.95-
YUV83.05102.0191.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.11%
GREEN value IS 118 (46.48% from 255) = 63.10%
BLUE value IS 37 (14.84% from 255) = 19.79%
R=17.11%
G=63.10%
B=19.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32118370.7300.690.54123.4957.3329.41
Hex20762549045367b391d
Octal40166451110105661737135
Binary1000001110110100101100100101000101110110111101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207625; }

 p { color: rgb(32,118,37); }

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

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

 a { background-color: rgb(32,118,37); }

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

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

 span { border-color: rgb(32,118,37); }

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