#368023

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

Shades of Bilbao #368023

Tints of Bilbao #368023

Color information

#368023 (or 0x368023) is unknown color: approx Bilbao. HEX triplet: 36, 80 and 23. RGB value is (54,128,35). Sum of RGB (Red+Green+Blue) = 54+128+35=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #368023 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368023 is #C97FDC. Grayscale: #5F5F5F. Windows color (decimal): -13205469 or 2326582. OLE color: 2326582.

HSL color Cylindrical-coordinate representation of color #368023: hue angle of 107.74º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #368023 is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB5412835-
CMYK0.5800.730.50
HSL107.74º57.06%31.96%-
HSV(B)107.74º72.66%50.2%-
XYZ9.5416.344.24-
YUV95.2793.9898.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 128 (50.39% from 255) = 58.99%
BLUE value IS 35 (14.06% from 255) = 16.13%
R=24.88%
G=58.99%
B=16.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54128350.5800.730.50107.7457.0631.96
Hex3680233A049326c3920
Octal6620043720111621547140
Binary11011010000000100011111010010010011100101101100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368023; }

 p { color: rgb(54,128,35); }

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

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

 a { background-color: rgb(54,128,35); }

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

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

 span { border-color: rgb(54,128,35); }

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