#358626

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

Shades of Bilbao #358626

Tints of Bilbao #358626

Color information

#358626 (or 0x358626) is unknown color: approx Bilbao. HEX triplet: 35, 86 and 26. RGB value is (53,134,38). Sum of RGB (Red+Green+Blue) = 53+134+38=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #358626 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358626 is #CA79D9. Grayscale: #636363. Windows color (decimal): -13269466 or 2524725. OLE color: 2524725.

HSL color Cylindrical-coordinate representation of color #358626: hue angle of 110.62º 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 #358626 is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB5313438-
CMYK0.6000.720.47
HSL110.62º55.81%33.73%-
HSV(B)110.62º71.64%52.55%-
XYZ10.3417.954.75-
YUV98.8493.6695.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 134 (52.73% from 255) = 59.56%
BLUE value IS 38 (15.23% from 255) = 16.89%
R=23.56%
G=59.56%
B=16.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53134380.6000.720.47110.6255.8133.73
Hex3586263C0482F6f3822
Octal6520646740110571577042
Binary11010110000110100110111100010010001011111101111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358626; }

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

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

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

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

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

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

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

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