#368B0C

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

Shades of Bilbao #368B0C

Tints of Bilbao #368B0C

Color information

#368B0C (or 0x368B0C) is unknown color: approx Bilbao. HEX triplet: 36, 8B and 0C. RGB value is (54,139,12). Sum of RGB (Red+Green+Blue) = 54+139+12=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 139 (54.69% from 255 or 67.80% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 139 - color contains mainly: green. Hex color #368B0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368B0C is #C974F3. Grayscale: #636363. Windows color (decimal): -13202676 or 822070. OLE color: 822070.

HSL color Cylindrical-coordinate representation of color #368B0C: hue angle of 100.16º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #368B0C is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB5413912-
CMYK0.6100.910.45
HSL100.16º84.11%29.61%-
HSV(B)100.16º91.37%54.51%-
XYZ10.8219.283.5-
YUV99.1178.8495.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 139 (54.69% from 255) = 67.80%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=26.34%
G=67.80%
B=5.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54139120.6100.910.45100.1684.1129.61
Hex368BC3D05B2D64541e
Octal66213147501335514412436
Binary110110100010111100111101010110111011011100100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,139,12); }

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

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

 a { background-color: rgb(54,139,12); }

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

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

 span { border-color: rgb(54,139,12); }

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