#356914

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

Shades of Bilbao #356914

Tints of Bilbao #356914

Color information

#356914 (or 0x356914) is unknown color: approx Bilbao. HEX triplet: 35, 69 and 14. RGB value is (53,105,20). Sum of RGB (Red+Green+Blue) = 53+105+20=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 105 (41.41% from 255 or 58.99% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 105 - color contains mainly: green. Hex color #356914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356914 is #CA96EB. Grayscale: #505050. Windows color (decimal): -13276908 or 1337653. OLE color: 1337653.

HSL color Cylindrical-coordinate representation of color #356914: hue angle of 96.71º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #356914 is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB5310520-
CMYK0.5000.810.59
HSL96.71º68%24.51%-
HSV(B)96.71º80.95%41.18%-
XYZ6.6510.912.42-
YUV79.7694.27108.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 105 (41.41% from 255) = 58.99%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=29.78%
G=58.99%
B=11.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53105200.5000.810.5996.716824.51
Hex356914320513B614419
Octal65151246201217314110431
Binary110101110100110100110010010100011110111100001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356914; }

 p { color: rgb(53,105,20); }

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

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

 a { background-color: rgb(53,105,20); }

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

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

 span { border-color: rgb(53,105,20); }

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