#357A0C

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

Shades of Bilbao #357A0C

Tints of Bilbao #357A0C

Color information

#357A0C (or 0x357A0C) is unknown color: approx Bilbao. HEX triplet: 35, 7A and 0C. RGB value is (53,122,12). Sum of RGB (Red+Green+Blue) = 53+122+12=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 122 (48.05% from 255 or 65.24% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 122 - color contains mainly: green. Hex color #357A0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357A0C is #CA85F3. Grayscale: #595959. Windows color (decimal): -13272564 or 817717. OLE color: 817717.

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

Color convert

RGB5312212-
CMYK0.5700.900.52
HSL97.64º82.09%26.27%-
HSV(B)97.64º90.16%47.84%-
XYZ8.4914.72.74-
YUV88.8384.64102.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 122 (48.05% from 255) = 65.24%
BLUE value IS 12 (5.08% from 255) = 6.42%
R=28.34%
G=65.24%
B=6.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53122120.5700.900.5297.6482.0926.27
Hex357AC3905A3462521a
Octal65172147101326414212232
Binary11010111110101100111001010110101101001100010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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