#368C0D

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

Shades of Bilbao #368C0D

Tints of Bilbao #368C0D

Color information

#368C0D (or 0x368C0D) is unknown color: approx Bilbao. HEX triplet: 36, 8C and 0D. RGB value is (54,140,13). Sum of RGB (Red+Green+Blue) = 54+140+13=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 140 (55.08% from 255 or 67.63% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 140 - color contains mainly: green. Hex color #368C0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368C0D is #C973F2. Grayscale: #646464. Windows color (decimal): -13202419 or 887862. OLE color: 887862.

HSL color Cylindrical-coordinate representation of color #368C0D: hue angle of 100.63º degrees, saturation: 0.83, 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 #368C0D is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB5414013-
CMYK0.6100.910.45
HSL100.63º83.01%30%-
HSV(B)100.63º90.71%54.9%-
XYZ10.9719.573.58-
YUV99.8179.0195.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 140 (55.08% from 255) = 67.63%
BLUE value IS 13 (5.47% from 255) = 6.28%
R=26.09%
G=67.63%
B=6.28%

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
Decimal54140130.6100.910.45100.6383.0130
Hex368CD3D05B2D65531e
Octal66214157501335514512336
Binary110110100011001101111101010110111011011100101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,140,13); }

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

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

 a { background-color: rgb(54,140,13); }

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

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

 span { border-color: rgb(54,140,13); }

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