#266529

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

Shades of San Felix #266529

Tints of San Felix #266529

Color information

#266529 (or 0x266529) is unknown color: approx San Felix. HEX triplet: 26, 65 and 29. RGB value is (38,101,41). Sum of RGB (Red+Green+Blue) = 38+101+41=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 101 (39.84% from 255 or 56.11% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 101 - color contains mainly: green. Hex color #266529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266529 is #D99AD6. Grayscale: #4B4B4B. Windows color (decimal): -14260951 or 2712870. OLE color: 2712870.

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

Color convert

RGB3810141-
CMYK0.6200.590.60
HSL122.86º45.32%27.25%-
HSV(B)122.86º62.38%39.61%-
XYZ5.859.883.7-
YUV75.32108.63101.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.11%
GREEN value IS 101 (39.84% from 255) = 56.11%
BLUE value IS 41 (16.41% from 255) = 22.78%
R=21.11%
G=56.11%
B=22.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38101410.6200.590.60122.8645.3227.25
Hex2665293E03B3C7b2d1b
Octal461455176073741735533
Binary10011011001011010011111100111011111100111101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266529; }

 p { color: rgb(38,101,41); }

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

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

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

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

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

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

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