#356B0E

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

Shades of Bilbao #356B0E

Tints of Bilbao #356B0E

Color information

#356B0E (or 0x356B0E) is unknown color: approx Bilbao. HEX triplet: 35, 6B and 0E. RGB value is (53,107,14). Sum of RGB (Red+Green+Blue) = 53+107+14=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 107 (42.19% from 255 or 61.49% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 107 - color contains mainly: green. Hex color #356B0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356B0E is #CA94F1. Grayscale: #505050. Windows color (decimal): -13276402 or 944949. OLE color: 944949.

HSL color Cylindrical-coordinate representation of color #356B0E: hue angle of 94.84º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #356B0E is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB5310714-
CMYK0.5000.870.58
HSL94.84º76.86%23.73%-
HSV(B)94.84º86.92%41.96%-
XYZ6.8111.32.24-
YUV80.2590.61108.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 107 (42.19% from 255) = 61.49%
BLUE value IS 14 (5.86% from 255) = 8.05%
R=30.46%
G=61.49%
B=8.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53107140.5000.870.5894.8476.8623.73
Hex356BE320573A5f4d18
Octal65153166201277213711530
Binary11010111010111110110010010101111110101011111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,107,14); }

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

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

 a { background-color: rgb(53,107,14); }

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

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

 span { border-color: rgb(53,107,14); }

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