#386A14

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

Shades of Bilbao #386A14

Tints of Bilbao #386A14

Color information

#386A14 (or 0x386A14) is unknown color: approx Bilbao. HEX triplet: 38, 6A and 14. RGB value is (56,106,20). Sum of RGB (Red+Green+Blue) = 56+106+20=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 106 (41.80% from 255 or 58.24% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 106 - color contains mainly: green. Hex color #386A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386A14 is #C795EB. Grayscale: #515151. Windows color (decimal): -13080044 or 1337912. OLE color: 1337912.

HSL color Cylindrical-coordinate representation of color #386A14: hue angle of 94.88º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #386A14 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB5610620-
CMYK0.4700.810.58
HSL94.88º68.25%24.71%-
HSV(B)94.88º81.13%41.57%-
XYZ6.9111.22.46-
YUV81.2593.44109.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.77%
GREEN value IS 106 (41.80% from 255) = 58.24%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=30.77%
G=58.24%
B=10.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56106200.4700.810.5894.8868.2524.71
Hex386A142F0513A5f4419
Octal70152245701217213710431
Binary111000110101010100101111010100011110101011111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386A14; }

 p { color: rgb(56,106,20); }

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

<style>
 a { background-color: #386A14; }

 a { background-color: rgb(56,106,20); }

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

<style>
 span { border-color: #386A14; }

 span { border-color: rgb(56,106,20); }

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