#358227

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

Shades of Bilbao #358227

Tints of Bilbao #358227

Color information

#358227 (or 0x358227) is unknown color: approx Bilbao. HEX triplet: 35, 82 and 27. RGB value is (53,130,39). Sum of RGB (Red+Green+Blue) = 53+130+39=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #358227 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358227 is #CA7DD8. Grayscale: #606060. Windows color (decimal): -13270489 or 2589237. OLE color: 2589237.

HSL color Cylindrical-coordinate representation of color #358227: hue angle of 110.77º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #358227 is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB5313039-
CMYK0.5900.700.49
HSL110.77º53.85%33.14%-
HSV(B)110.77º70%50.98%-
XYZ9.8216.874.66-
YUV96.695.4996.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 130 (51.17% from 255) = 58.56%
BLUE value IS 39 (15.62% from 255) = 17.57%
R=23.87%
G=58.56%
B=17.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130390.5900.700.49110.7753.8533.14
Hex3582273B046316f3621
Octal6520247730106611576641
Binary11010110000010100111111011010001101100011101111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358227; }

 p { color: rgb(53,130,39); }

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

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

 a { background-color: rgb(53,130,39); }

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

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

 span { border-color: rgb(53,130,39); }

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