#25682C

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

Shades of San Felix #25682C

Tints of San Felix #25682C

Color information

#25682C (or 0x25682C) is unknown color: approx San Felix. HEX triplet: 25, 68 and 2C. RGB value is (37,104,44). Sum of RGB (Red+Green+Blue) = 37+104+44=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #25682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25682C is #DA97D3. Grayscale: #4D4D4D. Windows color (decimal): -14325716 or 2910245. OLE color: 2910245.

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

Color convert

RGB3710444-
CMYK0.6400.580.59
HSL126.27º47.52%27.65%-
HSV(B)126.27º64.42%40.78%-
XYZ6.1710.484.08-
YUV77.13109.399.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 104 (41.02% from 255) = 56.22%
BLUE value IS 44 (17.58% from 255) = 23.78%
R=20%
G=56.22%
B=23.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37104440.6400.580.59126.2747.5227.65
Hex25682C4003A3B7e301c
Octal4515054100072731766034
Binary100101110100010110010000000111010111011111111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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