#378522

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

Shades of Bilbao #378522

Tints of Bilbao #378522

Color information

#378522 (or 0x378522) is unknown color: approx Bilbao. HEX triplet: 37, 85 and 22. RGB value is (55,133,34). Sum of RGB (Red+Green+Blue) = 55+133+34=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #378522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378522 is #C87ADD. Grayscale: #626262. Windows color (decimal): -13138654 or 2262327. OLE color: 2262327.

HSL color Cylindrical-coordinate representation of color #378522: hue angle of 107.27º 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 #378522 is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB5513334-
CMYK0.5900.740.48
HSL107.27º59.28%32.75%-
HSV(B)107.27º74.44%52.16%-
XYZ10.2517.74.39-
YUV98.3991.6697.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 133 (52.34% from 255) = 59.91%
BLUE value IS 34 (13.67% from 255) = 15.32%
R=24.77%
G=59.91%
B=15.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55133340.5900.740.48107.2759.2832.75
Hex3785223B04A306b3b21
Octal6720542730112601537341
Binary11011110000101100010111011010010101100001101011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378522; }

 p { color: rgb(55,133,34); }

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

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

 a { background-color: rgb(55,133,34); }

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

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

 span { border-color: rgb(55,133,34); }

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