#368A0B

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

Shades of Bilbao #368A0B

Tints of Bilbao #368A0B

Color information

#368A0B (or 0x368A0B) is unknown color: approx Bilbao. HEX triplet: 36, 8A and 0B. RGB value is (54,138,11). Sum of RGB (Red+Green+Blue) = 54+138+11=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 138 (54.30% from 255 or 67.98% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 138 - color contains mainly: green. Hex color #368A0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368A0B is #C975F4. Grayscale: #626262. Windows color (decimal): -13202933 or 756278. OLE color: 756278.

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

Color convert

RGB5413811-
CMYK0.6100.920.46
HSL99.69º85.23%29.22%-
HSV(B)99.69º92.03%54.12%-
XYZ10.6718.993.42-
YUV98.4178.6796.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 138 (54.30% from 255) = 67.98%
BLUE value IS 11 (4.69% from 255) = 5.42%
R=26.60%
G=67.98%
B=5.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54138110.6100.920.4699.6985.2329.22
Hex368AB3D05C2E64551d
Octal66212137501345614412535
Binary110110100010101011111101010111001011101100100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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