#256525

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

Shades of San Felix #256525

Tints of San Felix #256525

Color information

#256525 (or 0x256525) is unknown color: approx San Felix. HEX triplet: 25, 65 and 25. RGB value is (37,101,37). Sum of RGB (Red+Green+Blue) = 37+101+37=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 101 (39.84% from 255 or 57.71% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 101 - color contains mainly: green. Hex color #256525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256525 is #DA9ADA. Grayscale: #4A4A4A. Windows color (decimal): -14326491 or 2450725. OLE color: 2450725.

HSL color Cylindrical-coordinate representation of color #256525: hue angle of 120º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #256525 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB3710137-
CMYK0.6300.630.60
HSL120º46.38%27.06%-
HSV(B)120º63.37%39.61%-
XYZ5.759.833.35-
YUV74.57106.8101.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.14%
GREEN value IS 101 (39.84% from 255) = 57.71%
BLUE value IS 37 (14.84% from 255) = 21.14%
R=21.14%
G=57.71%
B=21.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37101370.6300.630.6012046.3827.06
Hex2565253F03F3C782e1b
Octal451454577077741705633
Binary10010111001011001011111110111111111100111100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256525; }

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

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

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

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

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

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

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

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