#337422

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

Shades of Bilbao #337422

Tints of Bilbao #337422

Color information

#337422 (or 0x337422) is unknown color: approx Bilbao. HEX triplet: 33, 74 and 22. RGB value is (51,116,34). Sum of RGB (Red+Green+Blue) = 51+116+34=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #337422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337422 is #CC8BDD. Grayscale: #575757. Windows color (decimal): -13405150 or 2257971. OLE color: 2257971.

HSL color Cylindrical-coordinate representation of color #337422: hue angle of 107.56º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #337422 is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB5111634-
CMYK0.5600.710.55
HSL107.56º54.67%29.41%-
HSV(B)107.56º70.69%45.49%-
XYZ7.913.313.67-
YUV87.2297.97102.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.37%
GREEN value IS 116 (45.70% from 255) = 57.71%
BLUE value IS 34 (13.67% from 255) = 16.92%
R=25.37%
G=57.71%
B=16.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51116340.5600.710.55107.5654.6729.41
Hex33742238047376c371d
Octal6316442700107671546735
Binary110011111010010001011100001000111110111110110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337422; }

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

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

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

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

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

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

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

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