#25742C

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

Shades of San Felix #25742C

Tints of San Felix #25742C

Color information

#25742C (or 0x25742C) is unknown color: approx San Felix. HEX triplet: 25, 74 and 2C. RGB value is (37,116,44). Sum of RGB (Red+Green+Blue) = 37+116+44=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 116 (45.70% from 255 or 58.88% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 116 - color contains mainly: green. Hex color #25742C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25742C is #DA8BD3. Grayscale: #545454. Windows color (decimal): -14322644 or 2913317. OLE color: 2913317.

HSL color Cylindrical-coordinate representation of color #25742C: hue angle of 125.32º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25742C is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB3711644-
CMYK0.6800.620.55
HSL125.32º51.63%30%-
HSV(B)125.32º68.1%45.49%-
XYZ7.4613.074.51-
YUV84.17105.3394.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 116 (45.70% from 255) = 58.88%
BLUE value IS 44 (17.58% from 255) = 22.34%
R=18.78%
G=58.88%
B=22.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37116440.6800.620.55125.3251.6330
Hex25742C4403E377d341e
Octal4516454104076671756436
Binary100101111010010110010001000111110110111111110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25742C; }

 p { color: rgb(37,116,44); }

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

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

 a { background-color: rgb(37,116,44); }

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

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

 span { border-color: rgb(37,116,44); }

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