#338900

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

Shades of Bilbao #338900

Tints of Bilbao #338900

Color information

#338900 (or 0x338900) is unknown color: approx Bilbao. HEX triplet: 33, 89 and 00. RGB value is (51,137,0). Sum of RGB (Red+Green+Blue) = 51+137+0=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 137 (53.91% from 255 or 72.87% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 137 - color contains mainly: green. Hex color #338900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338900 is #CC76FF. Grayscale: #606060. Windows color (decimal): -13399808 or 35123. OLE color: 35123.

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

Color convert

RGB511370-
CMYK0.63010.46
HSL97.66º100%26.86%-
HSV(B)97.66º100%53.73%-
XYZ10.3118.63.05-
YUV95.6774.0196.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 137 (53.91% from 255) = 72.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.13%
G=72.87%
B=0%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5113700.63010.4697.6610026.86
Hex338903F0642E62641b
Octal6321107701445614214433
Binary110011100010010111111011001001011101100010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338900; }

 p { color: rgb(51,137,0); }

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

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

 a { background-color: rgb(51,137,0); }

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

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

 span { border-color: rgb(51,137,0); }

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