#266320

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

Shades of San Felix #266320

Tints of San Felix #266320

Color information

#266320 (or 0x266320) is unknown color: approx San Felix. HEX triplet: 26, 63 and 20. RGB value is (38,99,32). Sum of RGB (Red+Green+Blue) = 38+99+32=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #266320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266320 is #D99CDF. Grayscale: #494949. Windows color (decimal): -14261472 or 2122534. OLE color: 2122534.

HSL color Cylindrical-coordinate representation of color #266320: hue angle of 114.63º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #266320 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB389932-
CMYK0.6200.680.61
HSL114.63º51.15%25.69%-
HSV(B)114.63º67.68%38.82%-
XYZ5.529.442.9-
YUV73.12104.79102.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.49%
GREEN value IS 99 (39.06% from 255) = 58.58%
BLUE value IS 32 (12.89% from 255) = 18.93%
R=22.49%
G=58.58%
B=18.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3899320.6200.680.61114.6351.1525.69
Hex2663203E0443D73331a
Octal4614340760104751636332
Binary100110110001110000011111001000100111101111001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266320; }

 p { color: rgb(38,99,32); }

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

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

 a { background-color: rgb(38,99,32); }

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

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

 span { border-color: rgb(38,99,32); }

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