#338A03

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

Shades of Bilbao #338A03

Tints of Bilbao #338A03

Color information

#338A03 (or 0x338A03) is unknown color: approx Bilbao. HEX triplet: 33, 8A and 03. RGB value is (51,138,3). Sum of RGB (Red+Green+Blue) = 51+138+3=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 138 (54.30% from 255 or 71.88% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 138 - color contains mainly: green. Hex color #338A03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338A03 is #CC75FC. Grayscale: #616161. Windows color (decimal): -13399549 or 231987. OLE color: 231987.

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

Color convert

RGB511383-
CMYK0.6300.980.46
HSL98.67º95.74%27.65%-
HSV(B)98.67º97.83%54.12%-
XYZ10.4718.893.18-
YUV96.675.1895.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 138 (54.30% from 255) = 71.88%
BLUE value IS 3 (1.56% from 255) = 1.56%
R=26.56%
G=71.88%
B=1.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5113830.6300.980.4698.6795.7427.65
Hex338A33F0622E63601c
Octal6321237701425614314034
Binary1100111000101011111111011000101011101100011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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