#357B14

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

Shades of Bilbao #357B14

Tints of Bilbao #357B14

Color information

#357B14 (or 0x357B14) is unknown color: approx Bilbao. HEX triplet: 35, 7B and 14. RGB value is (53,123,20). Sum of RGB (Red+Green+Blue) = 53+123+20=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 123 (48.44% from 255 or 62.76% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 123 - color contains mainly: green. Hex color #357B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357B14 is #CA84EB. Grayscale: #5A5A5A. Windows color (decimal): -13272300 or 1342261. OLE color: 1342261.

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

Color convert

RGB5312320-
CMYK0.5700.840.52
HSL100.78º72.03%28.04%-
HSV(B)100.78º83.74%48.24%-
XYZ8.6814.973.09-
YUV90.3388.31101.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 123 (48.44% from 255) = 62.76%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=27.04%
G=62.76%
B=10.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53123200.5700.840.52100.7872.0328.04
Hex357B14390543465481c
Octal65173247101246414511034
Binary110101111101110100111001010101001101001100101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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