#368A01

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

Shades of Bilbao #368A01

Tints of Bilbao #368A01

Color information

#368A01 (or 0x368A01) is unknown color: approx Bilbao. HEX triplet: 36, 8A and 01. RGB value is (54,138,1). Sum of RGB (Red+Green+Blue) = 54+138+1=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 138 (54.30% from 255 or 71.50% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 138 - color contains mainly: green. Hex color #368A01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368A01 is #C975FE. Grayscale: #616161. Windows color (decimal): -13202943 or 100918. OLE color: 100918.

HSL color Cylindrical-coordinate representation of color #368A01: hue angle of 96.79º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #368A01 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB541381-
CMYK0.6100.990.46
HSL96.79º98.56%27.25%-
HSV(B)96.79º99.28%54.12%-
XYZ10.6218.963.13-
YUV97.2773.6797.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.98%
GREEN value IS 138 (54.30% from 255) = 71.50%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=27.98%
G=71.50%
B=0.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5413810.6100.990.4696.7998.5627.25
Hex368A13D0632E61631b
Octal6621217501435614114333
Binary110110100010101111101011000111011101100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368A01; }

 p { color: rgb(54,138,1); }

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

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

 a { background-color: rgb(54,138,1); }

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

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

 span { border-color: rgb(54,138,1); }

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