#25752E

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

Shades of San Felix #25752E

Tints of San Felix #25752E

Color information

#25752E (or 0x25752E) is unknown color: approx San Felix. HEX triplet: 25, 75 and 2E. RGB value is (37,117,46). Sum of RGB (Red+Green+Blue) = 37+117+46=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #25752E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25752E is #DA8AD1. Grayscale: #555555. Windows color (decimal): -14322386 or 3044645. OLE color: 3044645.

HSL color Cylindrical-coordinate representation of color #25752E: hue angle of 126.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25752E is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB3711746-
CMYK0.6800.610.54
HSL126.75º51.95%30.2%-
HSV(B)126.75º68.38%45.88%-
XYZ7.6213.314.75-
YUV84.9910693.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 117 (46.09% from 255) = 58.5%
BLUE value IS 46 (18.36% from 255) = 23%
R=18.5%
G=58.5%
B=23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37117460.6800.610.54126.7551.9530.2
Hex25752E4403D367f341e
Octal4516556104075661776436
Binary100101111010110111010001000111101110110111111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25752E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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