#25742E

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

Shades of San Felix #25742E

Tints of San Felix #25742E

Color information

#25742E (or 0x25742E) is unknown color: approx San Felix. HEX triplet: 25, 74 and 2E. RGB value is (37,116,46). Sum of RGB (Red+Green+Blue) = 37+116+46=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 116 (45.70% from 255 or 58.29% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 116 - color contains mainly: green. Hex color #25742E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25742E is #DA8BD1. Grayscale: #545454. Windows color (decimal): -14322642 or 3044389. OLE color: 3044389.

HSL color Cylindrical-coordinate representation of color #25742E: hue angle of 126.84º 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 #25742E is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB3711646-
CMYK0.6800.600.55
HSL126.84º51.63%30%-
HSV(B)126.84º68.1%45.49%-
XYZ7.513.084.71-
YUV84.4106.3394.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 116 (45.70% from 255) = 58.29%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=18.59%
G=58.29%
B=23.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37116460.6800.600.55126.8451.6330
Hex25742E4403C377f341e
Octal4516456104074671776436
Binary100101111010010111010001000111100110111111111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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