#367A1F

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

Shades of Bilbao #367A1F

Tints of Bilbao #367A1F

Color information

#367A1F (or 0x367A1F) is unknown color: approx Bilbao. HEX triplet: 36, 7A and 1F. RGB value is (54,122,31). Sum of RGB (Red+Green+Blue) = 54+122+31=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 122 (48.05% from 255 or 58.94% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 122 - color contains mainly: green. Hex color #367A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367A1F is #C985E0. Grayscale: #5B5B5B. Windows color (decimal): -13207009 or 2062902. OLE color: 2062902.

HSL color Cylindrical-coordinate representation of color #367A1F: hue angle of 104.84º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #367A1F is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB5412231-
CMYK0.5600.750.52
HSL104.84º59.48%30%-
HSV(B)104.84º74.59%47.84%-
XYZ8.7314.83.69-
YUV91.2993.97101.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 122 (48.05% from 255) = 58.94%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=26.09%
G=58.94%
B=14.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54122310.5600.750.52104.8459.4830
Hex367A1F3804B34693b1e
Octal6617237700113641517336
Binary11011011110101111111100001001011110100110100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,122,31); }

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

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

 a { background-color: rgb(54,122,31); }

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

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

 span { border-color: rgb(54,122,31); }

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