#25682E

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

Shades of San Felix #25682E

Tints of San Felix #25682E

Color information

#25682E (or 0x25682E) is unknown color: approx San Felix. HEX triplet: 25, 68 and 2E. RGB value is (37,104,46). Sum of RGB (Red+Green+Blue) = 37+104+46=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #25682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25682E is #DA97D1. Grayscale: #4D4D4D. Windows color (decimal): -14325714 or 3041317. OLE color: 3041317.

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

Color convert

RGB3710446-
CMYK0.6400.560.59
HSL128.06º47.52%27.65%-
HSV(B)128.06º64.42%40.78%-
XYZ6.2110.494.28-
YUV77.35110.399.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 104 (41.02% from 255) = 55.61%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=19.79%
G=55.61%
B=24.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37104460.6400.560.59128.0647.5227.65
Hex25682E400383B80301c
Octal4515056100070732006034
Binary1001011101000101110100000001110001110111000000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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