#25772D

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

Shades of San Felix #25772D

Tints of San Felix #25772D

Color information

#25772D (or 0x25772D) is unknown color: approx San Felix. HEX triplet: 25, 77 and 2D. RGB value is (37,119,45). Sum of RGB (Red+Green+Blue) = 37+119+45=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #25772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25772D is #DA88D2. Grayscale: #565656. Windows color (decimal): -14321875 or 2979621. OLE color: 2979621.

HSL color Cylindrical-coordinate representation of color #25772D: hue angle of 125.85º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25772D is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB3711945-
CMYK0.6900.620.53
HSL125.85º52.56%30.59%-
HSV(B)125.85º68.91%46.67%-
XYZ7.8313.784.73-
YUV86.05104.8393.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.41%
GREEN value IS 119 (46.88% from 255) = 59.20%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=18.41%
G=59.20%
B=22.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37119450.6900.620.53125.8552.5630.59
Hex25772D4503E357e351f
Octal4516755105076651766537
Binary100101111011110110110001010111110110101111111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,119,45); }

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

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

 a { background-color: rgb(37,119,45); }

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

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

 span { border-color: rgb(37,119,45); }

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