#357D0A

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

Shades of Bilbao #357D0A

Tints of Bilbao #357D0A

Color information

#357D0A (or 0x357D0A) is unknown color: approx Bilbao. HEX triplet: 35, 7D and 0A. RGB value is (53,125,10). Sum of RGB (Red+Green+Blue) = 53+125+10=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 125 (49.22% from 255 or 66.49% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 125 - color contains mainly: green. Hex color #357D0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357D0A is #CA82F5. Grayscale: #5A5A5A. Windows color (decimal): -13271798 or 687413. OLE color: 687413.

HSL color Cylindrical-coordinate representation of color #357D0A: hue angle of 97.57º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #357D0A is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB5312510-
CMYK0.5800.920.51
HSL97.57º85.19%26.47%-
HSV(B)97.57º92%49.02%-
XYZ8.8615.452.8-
YUV90.3682.65101.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.19%
GREEN value IS 125 (49.22% from 255) = 66.49%
BLUE value IS 10 (4.30% from 255) = 5.32%
R=28.19%
G=66.49%
B=5.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53125100.5800.920.5197.5785.1926.47
Hex357DA3A05C3362551a
Octal65175127201346314212532
Binary11010111111011010111010010111001100111100010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,125,10); }

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

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

 a { background-color: rgb(53,125,10); }

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

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

 span { border-color: rgb(53,125,10); }

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