#338101

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

Shades of Bilbao #338101

Tints of Bilbao #338101

Color information

#338101 (or 0x338101) is unknown color: approx Bilbao. HEX triplet: 33, 81 and 01. RGB value is (51,129,1). Sum of RGB (Red+Green+Blue) = 51+129+1=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 129 (50.78% from 255 or 71.27% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 129 - color contains mainly: green. Hex color #338101 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338101 is #CC7EFE. Grayscale: #5B5B5B. Windows color (decimal): -13401855 or 98611. OLE color: 98611.

HSL color Cylindrical-coordinate representation of color #338101: hue angle of 96.56º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #338101 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB511291-
CMYK0.6000.990.49
HSL96.56º98.46%25.49%-
HSV(B)96.56º99.22%50.59%-
XYZ9.2216.412.71-
YUV91.0977.1699.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 129 (50.78% from 255) = 71.27%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=28.18%
G=71.27%
B=0.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5112910.6000.990.4996.5698.4625.49
Hex338113C06331616219
Octal6320117401436114114231
Binary110011100000011111100011000111100011100001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338101; }

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

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

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

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

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

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

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

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