#25651E

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

Shades of San Felix #25651E

Tints of San Felix #25651E

Color information

#25651E (or 0x25651E) is unknown color: approx San Felix. HEX triplet: 25, 65 and 1E. RGB value is (37,101,30). Sum of RGB (Red+Green+Blue) = 37+101+30=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 101 (39.84% from 255 or 60.12% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 101 - color contains mainly: green. Hex color #25651E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25651E is #DA9AE1. Grayscale: #494949. Windows color (decimal): -14326498 or 1991973. OLE color: 1991973.

HSL color Cylindrical-coordinate representation of color #25651E: hue angle of 114.08º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25651E is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB3710130-
CMYK0.6300.700.60
HSL114.08º54.2%25.69%-
HSV(B)114.08º70.3%39.61%-
XYZ5.659.792.82-
YUV73.77103.3101.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 101 (39.84% from 255) = 60.12%
BLUE value IS 30 (12.11% from 255) = 17.86%
R=22.02%
G=60.12%
B=17.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37101300.6300.700.60114.0854.225.69
Hex25651E3F0463C72361a
Octal4514536770106741626632
Binary10010111001011111011111101000110111100111001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25651E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,101,30); }

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

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

 a { background-color: rgb(37,101,30); }

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

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

 span { border-color: rgb(37,101,30); }

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