#256630

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

Shades of San Felix #256630

Tints of San Felix #256630

Color information

#256630 (or 0x256630) is unknown color: approx San Felix. HEX triplet: 25, 66 and 30. RGB value is (37,102,48). Sum of RGB (Red+Green+Blue) = 37+102+48=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #256630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256630 is #DA99CF. Grayscale: #4C4C4C. Windows color (decimal): -14326224 or 3171877. OLE color: 3171877.

HSL color Cylindrical-coordinate representation of color #256630: hue angle of 130.15º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #256630 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB3710248-
CMYK0.6400.530.6
HSL130.15º46.76%27.25%-
HSV(B)130.15º63.73%40%-
XYZ6.0510.114.43-
YUV76.41111.9799.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 102 (40.23% from 255) = 54.55%
BLUE value IS 48 (19.14% from 255) = 25.67%
R=19.79%
G=54.55%
B=25.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37102480.6400.530.6130.1546.7627.25
Hex256630400353C822f1b
Octal4514660100065742025733
Binary1001011100110110000100000001101011111001000001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256630; }

 p { color: rgb(37,102,48); }

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

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

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

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

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

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

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