#25711D

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

Shades of San Felix #25711D

Tints of San Felix #25711D

Color information

#25711D (or 0x25711D) is unknown color: approx San Felix. HEX triplet: 25, 71 and 1D. RGB value is (37,113,29). Sum of RGB (Red+Green+Blue) = 37+113+29=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 113 (44.53% from 255 or 63.13% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 113 - color contains mainly: green. Hex color #25711D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25711D is #DA8EE2. Grayscale: #505050. Windows color (decimal): -14323427 or 1929509. OLE color: 1929509.

HSL color Cylindrical-coordinate representation of color #25711D: hue angle of 114.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25711D is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB3711329-
CMYK0.6700.740.56
HSL114.29º59.15%27.84%-
HSV(B)114.29º74.34%44.31%-
XYZ6.8912.293.17-
YUV80.798.8296.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.67%
GREEN value IS 113 (44.53% from 255) = 63.13%
BLUE value IS 29 (11.72% from 255) = 16.20%
R=20.67%
G=63.13%
B=16.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37113290.6700.740.56114.2959.1527.84
Hex25711D4304A38723b1c
Octal45161351030112701627334
Binary100101111000111101100001101001010111000111001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25711D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,113,29); }

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

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

 a { background-color: rgb(37,113,29); }

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

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

 span { border-color: rgb(37,113,29); }

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