#25722C

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

Shades of San Felix #25722C

Tints of San Felix #25722C

Color information

#25722C (or 0x25722C) is unknown color: approx San Felix. HEX triplet: 25, 72 and 2C. RGB value is (37,114,44). Sum of RGB (Red+Green+Blue) = 37+114+44=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 114 (44.92% from 255 or 58.46% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 114 - color contains mainly: green. Hex color #25722C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25722C is #DA8DD3. Grayscale: #535353. Windows color (decimal): -14323156 or 2912805. OLE color: 2912805.

HSL color Cylindrical-coordinate representation of color #25722C: hue angle of 125.45º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25722C is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB3711444-
CMYK0.6800.610.55
HSL125.45º50.99%29.61%-
HSV(B)125.45º67.54%44.71%-
XYZ7.2312.614.44-
YUV83105.9995.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 114 (44.92% from 255) = 58.46%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=18.97%
G=58.46%
B=22.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37114440.6800.610.55125.4550.9929.61
Hex25722C4403D377d331e
Octal4516254104075671756336
Binary100101111001010110010001000111101110111111110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25722C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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