#266C03

Color #266C03 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #266C03

Tints of Bilbao #266C03

Color information

#266C03 (or 0x266C03) is unknown color: approx Bilbao. HEX triplet: 26, 6C and 03. RGB value is (38,108,3). Sum of RGB (Red+Green+Blue) = 38+108+3=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 108 (42.58% from 255 or 72.48% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 108 - color contains mainly: green. Hex color #266C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266C03 is #D993FC. Grayscale: #4B4B4B. Windows color (decimal): -14259197 or 224294. OLE color: 224294.

HSL color Cylindrical-coordinate representation of color #266C03: hue angle of 100º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #266C03 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB381083-
CMYK0.6500.970.58
HSL100º94.59%21.76%-
HSV(B)100º97.22%42.35%-
XYZ6.1811.141.91-
YUV75.187.31101.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.50%
GREEN value IS 108 (42.58% from 255) = 72.48%
BLUE value IS 3 (1.56% from 255) = 2.01%
R=25.50%
G=72.48%
B=2.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3810830.6500.970.5810094.5921.76
Hex266C3410613A645f16
Octal46154310101417214413726
Binary1001101101100111000001011000011110101100100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266C03; }

 p { color: rgb(38,108,3); }

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

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

 a { background-color: rgb(38,108,3); }

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

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

 span { border-color: rgb(38,108,3); }

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