#25752C

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

Shades of San Felix #25752C

Tints of San Felix #25752C

Color information

#25752C (or 0x25752C) is unknown color: approx San Felix. HEX triplet: 25, 75 and 2C. RGB value is (37,117,44). Sum of RGB (Red+Green+Blue) = 37+117+44=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #25752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25752C is #DA8AD3. Grayscale: #545454. Windows color (decimal): -14322388 or 2913573. OLE color: 2913573.

HSL color Cylindrical-coordinate representation of color #25752C: hue angle of 125.25º 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 #25752C is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB3711744-
CMYK0.6800.620.54
HSL125.25º51.95%30.2%-
HSV(B)125.25º68.38%45.88%-
XYZ7.5813.34.55-
YUV84.7610593.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.69%
GREEN value IS 117 (46.09% from 255) = 59.09%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=18.69%
G=59.09%
B=22.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37117440.6800.620.54125.2551.9530.2
Hex25752C4403E367d341e
Octal4516554104076661756436
Binary100101111010110110010001000111110110110111110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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