#338009

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

Shades of Bilbao #338009

Tints of Bilbao #338009

Color information

#338009 (or 0x338009) is unknown color: approx Bilbao. HEX triplet: 33, 80 and 09. RGB value is (51,128,9). Sum of RGB (Red+Green+Blue) = 51+128+9=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 128 (50.39% from 255 or 68.09% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 128 - color contains mainly: green. Hex color #338009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338009 is #CC7FF6. Grayscale: #5B5B5B. Windows color (decimal): -13402103 or 622643. OLE color: 622643.

HSL color Cylindrical-coordinate representation of color #338009: hue angle of 98.82º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #338009 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB511289-
CMYK0.6000.930.50
HSL98.82º86.86%26.86%-
HSV(B)98.82º92.97%50.2%-
XYZ9.1316.162.9-
YUV91.4181.4999.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 128 (50.39% from 255) = 68.09%
BLUE value IS 9 (3.91% from 255) = 4.79%
R=27.13%
G=68.09%
B=4.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5112890.6000.930.5098.8286.8626.86
Hex338093C05D3263571b
Octal63200117401356214312733
Binary110011100000001001111100010111011100101100011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338009; }

 p { color: rgb(51,128,9); }

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

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

 a { background-color: rgb(51,128,9); }

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

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

 span { border-color: rgb(51,128,9); }

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