#367D1A

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

Shades of Bilbao #367D1A

Tints of Bilbao #367D1A

Color information

#367D1A (or 0x367D1A) is unknown color: approx Bilbao. HEX triplet: 36, 7D and 1A. RGB value is (54,125,26). Sum of RGB (Red+Green+Blue) = 54+125+26=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #367D1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367D1A is #C982E5. Grayscale: #5C5C5C. Windows color (decimal): -13206246 or 1735990. OLE color: 1735990.

HSL color Cylindrical-coordinate representation of color #367D1A: hue angle of 103.03º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #367D1A is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB5412526-
CMYK0.5700.790.51
HSL103.03º65.56%29.61%-
HSV(B)103.03º79.2%49.02%-
XYZ9.0415.533.5-
YUV92.4890.48100.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 125 (49.22% from 255) = 60.98%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=26.34%
G=60.98%
B=12.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54125260.5700.790.51103.0365.5629.61
Hex367D1A3904F3367421e
Octal66175327101176314710236
Binary110110111110111010111001010011111100111100111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367D1A; }

 p { color: rgb(54,125,26); }

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

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

 a { background-color: rgb(54,125,26); }

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

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

 span { border-color: rgb(54,125,26); }

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