#357405

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

Shades of Bilbao #357405

Tints of Bilbao #357405

Color information

#357405 (or 0x357405) is unknown color: approx Bilbao. HEX triplet: 35, 74 and 05. RGB value is (53,116,5). Sum of RGB (Red+Green+Blue) = 53+116+5=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 116 (45.70% from 255 or 66.67% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 116 - color contains mainly: green. Hex color #357405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357405 is #CA8BFA. Grayscale: #545454. Windows color (decimal): -13274107 or 357429. OLE color: 357429.

HSL color Cylindrical-coordinate representation of color #357405: hue angle of 94.05º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #357405 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB531165-
CMYK0.5400.960.55
HSL94.05º91.74%23.73%-
HSV(B)94.05º95.69%45.49%-
XYZ7.7413.262.29-
YUV84.5183.13105.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 116 (45.70% from 255) = 66.67%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=30.46%
G=66.67%
B=2.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5311650.5400.960.5594.0591.7423.73
Hex3574536060375e5c18
Octal6516456601406713613430
Binary1101011110100101110110011000001101111011110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357405; }

 p { color: rgb(53,116,5); }

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

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

 a { background-color: rgb(53,116,5); }

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

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

 span { border-color: rgb(53,116,5); }

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