#357C0C

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

Shades of Bilbao #357C0C

Tints of Bilbao #357C0C

Color information

#357C0C (or 0x357C0C) is unknown color: approx Bilbao. HEX triplet: 35, 7C and 0C. RGB value is (53,124,12). Sum of RGB (Red+Green+Blue) = 53+124+12=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 124 (48.83% from 255 or 65.61% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 124 - color contains mainly: green. Hex color #357C0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357C0C is #CA83F3. Grayscale: #5A5A5A. Windows color (decimal): -13272052 or 818229. OLE color: 818229.

HSL color Cylindrical-coordinate representation of color #357C0C: hue angle of 98.04º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #357C0C is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB5312412-
CMYK0.5700.900.51
HSL98.04º82.35%26.67%-
HSV(B)98.04º90.32%48.63%-
XYZ8.7415.22.82-
YUV9083.98101.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 124 (48.83% from 255) = 65.61%
BLUE value IS 12 (5.08% from 255) = 6.35%
R=28.04%
G=65.61%
B=6.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53124120.5700.900.5198.0482.3526.67
Hex357CC3905A3362521b
Octal65174147101326314212233
Binary11010111111001100111001010110101100111100010101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357C0C; }

 p { color: rgb(53,124,12); }

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

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

 a { background-color: rgb(53,124,12); }

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

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

 span { border-color: rgb(53,124,12); }

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