#25692C

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

Shades of San Felix #25692C

Tints of San Felix #25692C

Color information

#25692C (or 0x25692C) is unknown color: approx San Felix. HEX triplet: 25, 69 and 2C. RGB value is (37,105,44). Sum of RGB (Red+Green+Blue) = 37+105+44=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 105 (41.41% from 255 or 56.45% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 105 - color contains mainly: green. Hex color #25692C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25692C is #DA96D3. Grayscale: #4D4D4D. Windows color (decimal): -14325460 or 2910501. OLE color: 2910501.

HSL color Cylindrical-coordinate representation of color #25692C: hue angle of 126.18º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25692C is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB3710544-
CMYK0.6500.580.59
HSL126.18º47.89%27.84%-
HSV(B)126.18º64.76%41.18%-
XYZ6.2710.684.11-
YUV77.71108.9798.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.89%
GREEN value IS 105 (41.41% from 255) = 56.45%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=19.89%
G=56.45%
B=23.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37105440.6500.580.59126.1847.8927.84
Hex25692C4103A3B7e301c
Octal4515154101072731766034
Binary100101110100110110010000010111010111011111111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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