#25692E

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

Shades of San Felix #25692E

Tints of San Felix #25692E

Color information

#25692E (or 0x25692E) is unknown color: approx San Felix. HEX triplet: 25, 69 and 2E. RGB value is (37,105,46). Sum of RGB (Red+Green+Blue) = 37+105+46=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #25692E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25692E is #DA96D1. Grayscale: #4E4E4E. Windows color (decimal): -14325458 or 3041573. OLE color: 3041573.

HSL color Cylindrical-coordinate representation of color #25692E: hue angle of 127.94º 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 #25692E is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB3710546-
CMYK0.6500.560.59
HSL127.94º47.89%27.84%-
HSV(B)127.94º64.76%41.18%-
XYZ6.3110.694.32-
YUV77.94109.9798.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 105 (41.41% from 255) = 55.85%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=19.68%
G=55.85%
B=24.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37105460.6500.560.59127.9447.8927.84
Hex25692E410383B80301c
Octal4515156101070732006034
Binary1001011101001101110100000101110001110111000000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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