#358826

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

Shades of Bilbao #358826

Tints of Bilbao #358826

Color information

#358826 (or 0x358826) is unknown color: approx Bilbao. HEX triplet: 35, 88 and 26. RGB value is (53,136,38). Sum of RGB (Red+Green+Blue) = 53+136+38=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #358826 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358826 is #CA77D9. Grayscale: #646464. Windows color (decimal): -13268954 or 2525237. OLE color: 2525237.

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

Color convert

RGB5313638-
CMYK0.6100.720.47
HSL110.82º56.32%34.12%-
HSV(B)110.82º72.06%53.33%-
XYZ10.6218.514.85-
YUV100.019394.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 136 (53.52% from 255) = 59.91%
BLUE value IS 38 (15.23% from 255) = 16.74%
R=23.35%
G=59.91%
B=16.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53136380.6100.720.47110.8256.3234.12
Hex3588263D0482F6f3822
Octal6521046750110571577042
Binary11010110001000100110111101010010001011111101111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358826; }

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

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

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

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

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

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

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

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