#266704

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

Shades of Bilbao #266704

Tints of Bilbao #266704

Color information

#266704 (or 0x266704) is unknown color: approx Bilbao. HEX triplet: 26, 67 and 04. RGB value is (38,103,4). Sum of RGB (Red+Green+Blue) = 38+103+4=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 103 (40.62% from 255 or 71.03% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 103 - color contains mainly: green. Hex color #266704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266704 is #D998FB. Grayscale: #484848. Windows color (decimal): -14260476 or 288550. OLE color: 288550.

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

Color convert

RGB381034-
CMYK0.6300.960.60
HSL99.39º92.52%20.98%-
HSV(B)99.39º96.12%40.39%-
XYZ5.6710.121.77-
YUV72.2889.47103.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.21%
GREEN value IS 103 (40.62% from 255) = 71.03%
BLUE value IS 4 (1.95% from 255) = 2.76%
R=26.21%
G=71.03%
B=2.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3810340.6300.960.6099.3992.5220.98
Hex266743F0603C635d15
Octal4614747701407414313525
Binary1001101100111100111111011000001111001100011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266704; }

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

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

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

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

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

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

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

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