#357E2C

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

Shades of Bilbao #357E2C

Tints of Bilbao #357E2C

Color information

#357E2C (or 0x357E2C) is unknown color: approx Bilbao. HEX triplet: 35, 7E and 2C. RGB value is (53,126,44). Sum of RGB (Red+Green+Blue) = 53+126+44=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #357E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357E2C is #CA81D3. Grayscale: #5F5F5F. Windows color (decimal): -13271508 or 2915893. OLE color: 2915893.

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

Color convert

RGB5312644-
CMYK0.5800.650.51
HSL113.41º48.24%33.33%-
HSV(B)113.41º65.08%49.41%-
XYZ9.3815.864.95-
YUV94.8299.3298.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 126 (49.61% from 255) = 56.50%
BLUE value IS 44 (17.58% from 255) = 19.73%
R=23.77%
G=56.50%
B=19.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53126440.5800.650.51113.4148.2433.33
Hex357E2C3A04133713021
Octal6517654720101631616041
Binary1101011111110101100111010010000011100111110001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,126,44); }

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

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

 a { background-color: rgb(53,126,44); }

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

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

 span { border-color: rgb(53,126,44); }

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