#25601D

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

Shades of San Felix #25601D

Tints of San Felix #25601D

Color information

#25601D (or 0x25601D) is unknown color: approx San Felix. HEX triplet: 25, 60 and 1D. RGB value is (37,96,29). Sum of RGB (Red+Green+Blue) = 37+96+29=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #25601D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25601D is #DA9FE2. Grayscale: #464646. Windows color (decimal): -14327779 or 1925157. OLE color: 1925157.

HSL color Cylindrical-coordinate representation of color #25601D: hue angle of 112.84º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25601D is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB379629-
CMYK0.6100.700.62
HSL112.84º53.6%24.51%-
HSV(B)112.84º69.79%37.65%-
XYZ5.178.852.6-
YUV70.72104.45103.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 96 (37.89% from 255) = 59.26%
BLUE value IS 29 (11.72% from 255) = 17.90%
R=22.84%
G=59.26%
B=17.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3796290.6100.700.62112.8453.624.51
Hex25601D3D0463E713619
Octal4514035750106761616631
Binary10010111000001110111110101000110111110111000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25601D; }

 p { color: rgb(37,96,29); }

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

<style>
 a { background-color: #25601D; }

 a { background-color: rgb(37,96,29); }

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

<style>
 span { border-color: #25601D; }

 span { border-color: rgb(37,96,29); }

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