#387C0E

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

Shades of Bilbao #387C0E

Tints of Bilbao #387C0E

Color information

#387C0E (or 0x387C0E) is unknown color: approx Bilbao. HEX triplet: 38, 7C and 0E. RGB value is (56,124,14). Sum of RGB (Red+Green+Blue) = 56+124+14=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 124 (48.83% from 255 or 63.92% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 124 - color contains mainly: green. Hex color #387C0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387C0E is #C783F1. Grayscale: #5B5B5B. Windows color (decimal): -13075442 or 949304. OLE color: 949304.

HSL color Cylindrical-coordinate representation of color #387C0E: hue angle of 97.09º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #387C0E is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB5612414-
CMYK0.5500.890.51
HSL97.09º79.71%27.06%-
HSV(B)97.09º88.71%48.63%-
XYZ8.9215.292.9-
YUV91.1384.47102.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 124 (48.83% from 255) = 63.92%
BLUE value IS 14 (5.86% from 255) = 7.22%
R=28.87%
G=63.92%
B=7.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56124140.5500.890.5197.0979.7127.06
Hex387CE370593361501b
Octal70174166701316314112033
Binary11100011111001110110111010110011100111100001101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387C0E; }

 p { color: rgb(56,124,14); }

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

<style>
 a { background-color: #387C0E; }

 a { background-color: rgb(56,124,14); }

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

<style>
 span { border-color: #387C0E; }

 span { border-color: rgb(56,124,14); }

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