#266706

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

Shades of Bilbao #266706

Tints of Bilbao #266706

Color information

#266706 (or 0x266706) is unknown color: approx Bilbao. HEX triplet: 26, 67 and 06. RGB value is (38,103,6). Sum of RGB (Red+Green+Blue) = 38+103+6=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 103 (40.62% from 255 or 70.07% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 103 - color contains mainly: green. Hex color #266706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266706 is #D998F9. Grayscale: #484848. Windows color (decimal): -14260474 or 419622. OLE color: 419622.

HSL color Cylindrical-coordinate representation of color #266706: hue angle of 100.21º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #266706 is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB381036-
CMYK0.6300.940.60
HSL100.21º88.99%21.37%-
HSV(B)100.21º94.17%40.39%-
XYZ5.6810.131.83-
YUV72.5190.47103.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 103 (40.62% from 255) = 70.07%
BLUE value IS 6 (2.73% from 255) = 4.08%
R=25.85%
G=70.07%
B=4.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3810360.6300.940.60100.2188.9921.37
Hex266763F05E3C645915
Octal4614767701367414413125
Binary1001101100111110111111010111101111001100100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266706; }

 p { color: rgb(38,103,6); }

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

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

 a { background-color: rgb(38,103,6); }

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

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

 span { border-color: rgb(38,103,6); }

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