#356E1F

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

Shades of Bilbao #356E1F

Tints of Bilbao #356E1F

Color information

#356E1F (or 0x356E1F) is unknown color: approx Bilbao. HEX triplet: 35, 6E and 1F. RGB value is (53,110,31). Sum of RGB (Red+Green+Blue) = 53+110+31=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 110 (43.36% from 255 or 56.70% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 110 - color contains mainly: green. Hex color #356E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356E1F is #CA91E0. Grayscale: #545454. Windows color (decimal): -13275617 or 2059829. OLE color: 2059829.

HSL color Cylindrical-coordinate representation of color #356E1F: hue angle of 103.29º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #356E1F is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB5311031-
CMYK0.5200.720.57
HSL103.29º56.03%27.65%-
HSV(B)103.29º71.82%43.14%-
XYZ7.2912.013.23-
YUV83.9598.12105.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 110 (43.36% from 255) = 56.70%
BLUE value IS 31 (12.5% from 255) = 15.98%
R=27.32%
G=56.70%
B=15.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53110310.5200.720.57103.2956.0327.65
Hex356E1F340483967381c
Octal6515637640110711477034
Binary11010111011101111111010001001000111001110011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356E1F; }

 p { color: rgb(53,110,31); }

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

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

 a { background-color: rgb(53,110,31); }

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

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

 span { border-color: rgb(53,110,31); }

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