#368221

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

Shades of Bilbao #368221

Tints of Bilbao #368221

Color information

#368221 (or 0x368221) is unknown color: approx Bilbao. HEX triplet: 36, 82 and 21. RGB value is (54,130,33). Sum of RGB (Red+Green+Blue) = 54+130+33=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #368221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368221 is #C97DDE. Grayscale: #606060. Windows color (decimal): -13204959 or 2196022. OLE color: 2196022.

HSL color Cylindrical-coordinate representation of color #368221: hue angle of 107.01º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #368221 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB5413033-
CMYK0.5800.750.49
HSL107.01º59.51%31.96%-
HSV(B)107.01º74.62%50.98%-
XYZ9.7816.864.18-
YUV96.2292.3297.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 130 (51.17% from 255) = 59.91%
BLUE value IS 33 (13.28% from 255) = 15.21%
R=24.88%
G=59.91%
B=15.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130330.5800.750.49107.0159.5131.96
Hex3682213A04B316b3c20
Octal6620241720113611537440
Binary11011010000010100001111010010010111100011101011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368221; }

 p { color: rgb(54,130,33); }

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

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

 a { background-color: rgb(54,130,33); }

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

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

 span { border-color: rgb(54,130,33); }

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