#25692A

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

Shades of San Felix #25692A

Tints of San Felix #25692A

Color information

#25692A (or 0x25692A) is unknown color: approx San Felix. HEX triplet: 25, 69 and 2A. RGB value is (37,105,42). Sum of RGB (Red+Green+Blue) = 37+105+42=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #25692A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25692A is #DA96D5. Grayscale: #4D4D4D. Windows color (decimal): -14325462 or 2779429. OLE color: 2779429.

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

Color convert

RGB3710542-
CMYK0.6500.60.59
HSL124.41º47.89%27.84%-
HSV(B)124.41º64.76%41.18%-
XYZ6.2310.663.92-
YUV77.49107.9799.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.11%
GREEN value IS 105 (41.41% from 255) = 57.07%
BLUE value IS 42 (16.80% from 255) = 22.83%
R=20.11%
G=57.07%
B=22.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37105420.6500.60.59124.4147.8927.84
Hex25692A4103C3B7c301c
Octal4515152101074731746034
Binary100101110100110101010000010111100111011111110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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