#338121

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

Shades of Bilbao #338121

Tints of Bilbao #338121

Color information

#338121 (or 0x338121) is unknown color: approx Bilbao. HEX triplet: 33, 81 and 21. RGB value is (51,129,33). Sum of RGB (Red+Green+Blue) = 51+129+33=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #338121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338121 is #CC7EDE. Grayscale: #5F5F5F. Windows color (decimal): -13401823 or 2195763. OLE color: 2195763.

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

Color convert

RGB5112933-
CMYK0.6000.740.49
HSL108.75º59.26%31.76%-
HSV(B)108.75º74.42%50.59%-
XYZ9.4916.514.13-
YUV94.7393.1696.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 129 (50.78% from 255) = 60.56%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=23.94%
G=60.56%
B=15.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51129330.6000.740.49108.7559.2631.76
Hex3381213C04A316d3b20
Octal6320141740112611557340
Binary11001110000001100001111100010010101100011101101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338121; }

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

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

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

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

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

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

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

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