#368A0C

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

Shades of Bilbao #368A0C

Tints of Bilbao #368A0C

Color information

#368A0C (or 0x368A0C) is unknown color: approx Bilbao. HEX triplet: 36, 8A and 0C. RGB value is (54,138,12). Sum of RGB (Red+Green+Blue) = 54+138+12=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 138 (54.30% from 255 or 67.65% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 138 - color contains mainly: green. Hex color #368A0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368A0C is #C975F3. Grayscale: #626262. Windows color (decimal): -13202932 or 821814. OLE color: 821814.

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

Color convert

RGB5413812-
CMYK0.6100.910.46
HSL100º84%29.41%-
HSV(B)100º91.3%54.12%-
XYZ10.6818.993.45-
YUV98.5279.1796.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 138 (54.30% from 255) = 67.65%
BLUE value IS 12 (5.08% from 255) = 5.88%
R=26.47%
G=67.65%
B=5.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54138120.6100.910.461008429.41
Hex368AC3D05B2E64541d
Octal66212147501335614412435
Binary110110100010101100111101010110111011101100100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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