#33842A

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

Shades of Bilbao #33842A

Tints of Bilbao #33842A

Color information

#33842A (or 0x33842A) is unknown color: approx Bilbao. HEX triplet: 33, 84 and 2A. RGB value is (51,132,42). Sum of RGB (Red+Green+Blue) = 51+132+42=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #33842A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33842A is #CC7BD5. Grayscale: #616161. Windows color (decimal): -13401046 or 2786355. OLE color: 2786355.

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

Color convert

RGB5113242-
CMYK0.6100.680.48
HSL114º51.72%34.12%-
HSV(B)114º68.18%51.76%-
XYZ10.0317.375.02-
YUV97.5296.6694.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 132 (51.95% from 255) = 58.67%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=22.67%
G=58.67%
B=18.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51132420.6100.680.4811451.7234.12
Hex33842A3D04430723422
Octal6320452750104601626442
Binary11001110000100101010111101010001001100001110010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33842A; }

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

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

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

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

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

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

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

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