#338422

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

Shades of Bilbao #338422

Tints of Bilbao #338422

Color information

#338422 (or 0x338422) is unknown color: approx Bilbao. HEX triplet: 33, 84 and 22. RGB value is (51,132,34). Sum of RGB (Red+Green+Blue) = 51+132+34=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 132 (51.95% from 255 or 60.83% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 132 - color contains mainly: green. Hex color #338422 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338422 is #CC7BDD. Grayscale: #606060. Windows color (decimal): -13401054 or 2262067. OLE color: 2262067.

HSL color Cylindrical-coordinate representation of color #338422: hue angle of 109.59º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #338422 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB5113234-
CMYK0.6100.740.48
HSL109.59º59.04%32.55%-
HSV(B)109.59º74.24%51.76%-
XYZ9.9117.324.33-
YUV96.6192.6695.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 132 (51.95% from 255) = 60.83%
BLUE value IS 34 (13.67% from 255) = 15.67%
R=23.50%
G=60.83%
B=15.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51132340.6100.740.48109.5959.0432.55
Hex3384223D04A306e3b21
Octal6320442750112601567341
Binary11001110000100100010111101010010101100001101110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338422; }

 p { color: rgb(51,132,34); }

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

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

 a { background-color: rgb(51,132,34); }

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

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

 span { border-color: rgb(51,132,34); }

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