#338801

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

Shades of Bilbao #338801

Tints of Bilbao #338801

Color information

#338801 (or 0x338801) is unknown color: approx Bilbao. HEX triplet: 33, 88 and 01. RGB value is (51,136,1). Sum of RGB (Red+Green+Blue) = 51+136+1=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 136 (53.52% from 255 or 72.34% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 136 - color contains mainly: green. Hex color #338801 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338801 is #CC77FE. Grayscale: #5F5F5F. Windows color (decimal): -13400063 or 100403. OLE color: 100403.

HSL color Cylindrical-coordinate representation of color #338801: hue angle of 97.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #338801 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB511361-
CMYK0.6200.990.47
HSL97.78º98.54%26.86%-
HSV(B)97.78º99.26%53.33%-
XYZ10.1718.313.03-
YUV95.274.8496.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 136 (53.52% from 255) = 72.34%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=27.13%
G=72.34%
B=0.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5113610.6200.990.4797.7898.5426.86
Hex338813E0632F62631b
Octal6321017601435714214333
Binary110011100010001111110011000111011111100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338801; }

 p { color: rgb(51,136,1); }

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

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

 a { background-color: rgb(51,136,1); }

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

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

 span { border-color: rgb(51,136,1); }

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