#25762D

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

Shades of San Felix #25762D

Tints of San Felix #25762D

Color information

#25762D (or 0x25762D) is unknown color: approx San Felix. HEX triplet: 25, 76 and 2D. RGB value is (37,118,45). Sum of RGB (Red+Green+Blue) = 37+118+45=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #25762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25762D is #DA89D2. Grayscale: #555555. Windows color (decimal): -14322131 or 2979365. OLE color: 2979365.

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

Color convert

RGB3711845-
CMYK0.6900.620.54
HSL125.93º52.26%30.39%-
HSV(B)125.93º68.64%46.27%-
XYZ7.7213.544.69-
YUV85.46105.1693.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 118 (46.48% from 255) = 59%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=18.5%
G=59%
B=22.5%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37118450.6900.620.54125.9352.2630.39
Hex25762D4503E367e341e
Octal4516655105076661766436
Binary100101111011010110110001010111110110110111111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25762D; }

 p { color: rgb(37,118,45); }

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

<style>
 a { background-color: #25762D; }

 a { background-color: rgb(37,118,45); }

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

<style>
 span { border-color: #25762D; }

 span { border-color: rgb(37,118,45); }

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