#266E01

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

Shades of Bilbao #266E01

Tints of Bilbao #266E01

Color information

#266E01 (or 0x266E01) is unknown color: approx Bilbao. HEX triplet: 26, 6E and 01. RGB value is (38,110,1). Sum of RGB (Red+Green+Blue) = 38+110+1=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 110 (43.36% from 255 or 73.83% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 110 - color contains mainly: green. Hex color #266E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266E01 is #D991FE. Grayscale: #4C4C4C. Windows color (decimal): -14258687 or 93734. OLE color: 93734.

HSL color Cylindrical-coordinate representation of color #266E01: hue angle of 99.63º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #266E01 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB381101-
CMYK0.6500.990.57
HSL99.63º98.2%21.76%-
HSV(B)99.63º99.09%43.14%-
XYZ6.3811.571.92-
YUV76.0585.65100.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.50%
GREEN value IS 110 (43.36% from 255) = 73.83%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=25.50%
G=73.83%
B=0.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3811010.6500.990.5799.6398.221.76
Hex266E14106339646216
Octal46156110101437114414226
Binary100110110111011000001011000111110011100100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,110,1); }

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

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

 a { background-color: rgb(38,110,1); }

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

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

 span { border-color: rgb(38,110,1); }

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