#357B13

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

Shades of Bilbao #357B13

Tints of Bilbao #357B13

Color information

#357B13 (or 0x357B13) is unknown color: approx Bilbao. HEX triplet: 35, 7B and 13. RGB value is (53,123,19). Sum of RGB (Red+Green+Blue) = 53+123+19=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 123 (48.44% from 255 or 63.08% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 123 - color contains mainly: green. Hex color #357B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357B13 is #CA84EC. Grayscale: #5A5A5A. Windows color (decimal): -13272301 or 1276725. OLE color: 1276725.

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

Color convert

RGB5312319-
CMYK0.5700.850.52
HSL100.38º73.24%27.84%-
HSV(B)100.38º84.55%48.24%-
XYZ8.6714.973.05-
YUV90.2187.81101.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 123 (48.44% from 255) = 63.08%
BLUE value IS 19 (7.81% from 255) = 9.74%
R=27.18%
G=63.08%
B=9.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53123190.5700.850.52100.3873.2427.84
Hex357B13390553464491c
Octal65173237101256414411134
Binary110101111101110011111001010101011101001100100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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