#387A00

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

Shades of Bilbao #387A00

Tints of Bilbao #387A00

Color information

#387A00 (or 0x387A00) is unknown color: approx Bilbao. HEX triplet: 38, 7A and 00. RGB value is (56,122,0). Sum of RGB (Red+Green+Blue) = 56+122+0=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 122 (48.05% from 255 or 68.54% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 122 - color contains mainly: green. Hex color #387A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387A00 is #C785FF. Grayscale: #585858. Windows color (decimal): -13075968 or 31288. OLE color: 31288.

HSL color Cylindrical-coordinate representation of color #387A00: hue angle of 92.46º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #387A00 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB561220-
CMYK0.54010.52
HSL92.46º100%23.92%-
HSV(B)92.46º100%47.84%-
XYZ8.5914.762.4-
YUV88.3678.13104.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 122 (48.05% from 255) = 68.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.46%
G=68.54%
B=0%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5612200.54010.5292.4610023.92
Hex387A036064345c6418
Octal7017206601446413414430
Binary11100011110100110110011001001101001011100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,122,0); }

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

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

 a { background-color: rgb(56,122,0); }

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

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

 span { border-color: rgb(56,122,0); }

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