#357B0B

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

Shades of Bilbao #357B0B

Tints of Bilbao #357B0B

Color information

#357B0B (or 0x357B0B) is unknown color: approx Bilbao. HEX triplet: 35, 7B and 0B. RGB value is (53,123,11). Sum of RGB (Red+Green+Blue) = 53+123+11=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 123 (48.44% from 255 or 65.78% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 123 - color contains mainly: green. Hex color #357B0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357B0B is #CA84F4. Grayscale: #595959. Windows color (decimal): -13272309 or 752437. OLE color: 752437.

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

Color convert

RGB5312311-
CMYK0.5700.910.52
HSL97.5º83.58%26.27%-
HSV(B)97.5º91.06%48.24%-
XYZ8.6114.952.75-
YUV89.383.81102.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 123 (48.44% from 255) = 65.78%
BLUE value IS 11 (4.69% from 255) = 5.88%
R=28.34%
G=65.78%
B=5.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53123110.5700.910.5297.583.5826.27
Hex357BB3905B3462541a
Octal65173137101336414212432
Binary11010111110111011111001010110111101001100010101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,123,11); }

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

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

 a { background-color: rgb(53,123,11); }

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

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

 span { border-color: rgb(53,123,11); }

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