#357926

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

Shades of Bilbao #357926

Tints of Bilbao #357926

Color information

#357926 (or 0x357926) is unknown color: approx Bilbao. HEX triplet: 35, 79 and 26. RGB value is (53,121,38). Sum of RGB (Red+Green+Blue) = 53+121+38=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 121 (47.66% from 255 or 57.08% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 121 - color contains mainly: green. Hex color #357926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357926 is #CA86D9. Grayscale: #5B5B5B. Windows color (decimal): -13272794 or 2521397. OLE color: 2521397.

HSL color Cylindrical-coordinate representation of color #357926: hue angle of 109.16º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #357926 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB5312138-
CMYK0.5600.690.53
HSL109.16º52.2%31.18%-
HSV(B)109.16º68.6%47.45%-
XYZ8.6614.574.19-
YUV91.2197.97100.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 121 (47.66% from 255) = 57.08%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=25%
G=57.08%
B=17.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53121380.5600.690.53109.1652.231.18
Hex35792638045356d341f
Octal6517146700105651556437
Binary110101111100110011011100001000101110101110110111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357926; }

 p { color: rgb(53,121,38); }

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

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

 a { background-color: rgb(53,121,38); }

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

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

 span { border-color: rgb(53,121,38); }

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