#25722e

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

Shades of San Felix #25722E

Tints of San Felix #25722E

Color information

#25722E (or 0x25722E) is unknown color: approx San Felix. HEX triplet: 25, 72 and 2E. RGB value is (37,114,46). Sum of RGB (Red+Green+Blue) = 37+114+46=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #25722E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25722E is #DA8DD1. Grayscale: #535353. Windows color (decimal): -14323154 or 3043877. OLE color: 3043877.

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

Color convert

RGB3711446-
CMYK0.6800.600.55
HSL127.01º50.99%29.61%-
HSV(B)127.01º67.54%44.71%-
XYZ7.2712.634.64-
YUV83.22106.9995.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 114 (44.92% from 255) = 57.87%
BLUE value IS 46 (18.36% from 255) = 23.35%
R=18.78%
G=57.87%
B=23.35%

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
Decimal37114460.6800.600.55127.0150.9929.61
Hex25722E4403C377f331e
Octal4516256104074671776336
Binary100101111001010111010001000111100110111111111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25722e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25722e; }

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

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

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

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

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

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

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

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