#358526

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

Shades of Bilbao #358526

Tints of Bilbao #358526

Color information

#358526 (or 0x358526) is unknown color: approx Bilbao. HEX triplet: 35, 85 and 26. RGB value is (53,133,38). Sum of RGB (Red+Green+Blue) = 53+133+38=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #358526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358526 is #CA7AD9. Grayscale: #626262. Windows color (decimal): -13269722 or 2524469. OLE color: 2524469.

HSL color Cylindrical-coordinate representation of color #358526: hue angle of 110.53º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #358526 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB5313338-
CMYK0.6000.710.48
HSL110.53º55.56%33.53%-
HSV(B)110.53º71.43%52.16%-
XYZ10.2117.674.71-
YUV98.259495.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 133 (52.34% from 255) = 59.38%
BLUE value IS 38 (15.23% from 255) = 16.96%
R=23.66%
G=59.38%
B=16.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53133380.6000.710.48110.5355.5633.53
Hex3585263C047306f3822
Octal6520546740107601577042
Binary11010110000101100110111100010001111100001101111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358526; }

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

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

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

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

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

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

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

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