#338A11

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

Shades of Bilbao #338A11

Tints of Bilbao #338A11

Color information

#338A11 (or 0x338A11) is unknown color: approx Bilbao. HEX triplet: 33, 8A and 11. RGB value is (51,138,17). Sum of RGB (Red+Green+Blue) = 51+138+17=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #338A11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338A11 is #CC75EE. Grayscale: #626262. Windows color (decimal): -13399535 or 1149491. OLE color: 1149491.

HSL color Cylindrical-coordinate representation of color #338A11: hue angle of 103.14º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #338A11 is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB5113817-
CMYK0.6300.880.46
HSL103.14º78.06%30.39%-
HSV(B)103.14º87.68%54.12%-
XYZ10.5518.923.63-
YUV98.1982.1894.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.76%
GREEN value IS 138 (54.30% from 255) = 66.99%
BLUE value IS 17 (7.03% from 255) = 8.25%
R=24.76%
G=66.99%
B=8.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51138170.6300.880.46103.1478.0630.39
Hex338A113F0582E674e1e
Octal63212217701305614711636
Binary1100111000101010001111111010110001011101100111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338A11; }

 p { color: rgb(51,138,17); }

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

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

 a { background-color: rgb(51,138,17); }

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

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

 span { border-color: rgb(51,138,17); }

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